update docs (#3420)

This commit is contained in:
JYChen
2025-08-15 13:00:08 +08:00
committed by GitHub
parent cca96ab1e4
commit 562e01c979
12 changed files with 66 additions and 18 deletions

View File

@@ -21,6 +21,7 @@ Specify `--model baidu/ERNIE-4.5-300B-A47B-Paddle` during deployment to automati
Execute the following command to start the service. For configuration details, refer to the [Parameter Guide](../parameters.md):
```shell
export ENABLE_V1_KVCACHE_SCHEDULER=1
python -m fastdeploy.entrypoints.openai.api_server \
--model baidu/ERNIE-4.5-300B-A47B-Paddle \
--port 8180 --engine-worker-queue-port 8181 \