Skip to content

Commit b40633c

Browse files
Update quick_start.md
1 parent f14f361 commit b40633c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/get_started/quick_start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Deploy ERNIE-4.5-0.3B-Base-Paddle in 10 Minutes
1+
# Deploy ERNIE-4.5-0.3B-Paddle in 10 Minutes
22

33
Before deployment, ensure your environment meets the following requirements:
44

@@ -8,7 +8,7 @@ Before deployment, ensure your environment meets the following requirements:
88
- Linux X86_64
99
- Python ≥ 3.10
1010

11-
This guide uses the lightweight ERNIE-4.5-0.3B-Base-Paddle model for demonstration, which can be deployed on most hardware configurations. Docker deployment is recommended.
11+
This guide uses the lightweight ERNIE-4.5-0.3B-Paddle model for demonstration, which can be deployed on most hardware configurations. Docker deployment is recommended.
1212

1313
For more information about how to install FastDeploy, refer to the [installation document](../installation/README.md).
1414

@@ -17,7 +17,7 @@ After installing FastDeploy, execute the following command in the terminal to st
1717

1818
```
1919
python -m fastdeploy.entrypoints.openai.api_server \
20-
--model baidu/ERNIE-4.5-0.3B-Base-Paddle \
20+
--model baidu/ERNIE-4.5-0.3B-Paddle \
2121
--port 8180 \
2222
--metrics-port 8181 \
2323
--engine-worker-queue-port 8182 \

0 commit comments

Comments
 (0)