Skip to content

Commit 084fbb8

Browse files
committed
[llm] update docs
1 parent 1b3e69c commit 084fbb8

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

llm/docs/FastDeploy_usage_tutorial.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ FastDeploy 为 PaddleNLP 静态图模型提供了高效的部署方案,模型
4747
```
4848
cd /home/workspace/models_dir
4949
50-
# 导出的模型目录结构格式如下所示,理论上无缝支持 PaddleNLP 导出静态图模型,无需修改模型目录结构
50+
# 导出的模型目录结构格式如下所示,理论上无缝支持 PaddleNLP 导出的静态图模型,无需修改模型目录结构
5151
# /opt/output/Serving/models
5252
# ├── config.json # 模型配置文件
5353
# ├── xxxx.model # 词表模型文件
@@ -138,10 +138,12 @@ bash start_server.sh
138138

139139
```
140140
# port为上面启动服务时候指定的HTTP_PORT
141+
> 测试前请确保服务IP和端口正确
142+
141143
live接口: (服务是否能正常接收请求)
142-
http://{ip}:{HTTP_PORT}/v2/health/live
144+
http://127.0.0.1:8110/v2/health/live
143145
health接口:(模型是否准备好推理)
144-
http://{ip}:{HTTP_PORT}/v2/health/ready
146+
http://127.0.0.1:8110/v2/health/ready
145147
```
146148

147149
## 服务测试

0 commit comments

Comments
 (0)