Skip to content

Commit 65fc197

Browse files
committed
refine docs
1 parent 4b82ab2 commit 65fc197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/DeployDocker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ git clone https://github.com/alibaba/rtp-llm.git
1111
cd docker
1212
# 注意:以下两条指令,不要使用sudo执行
1313
# 如果是cuda11的环境,CONTAINER_NAME为registry.cn-hangzhou.aliyuncs.com/havenask/rtp_llm:deploy_image_cuda11
14-
# 如果是cuda11的环境,CONTAINER_NAME为registry.cn-hangzhou.aliyuncs.com/havenask/rtp_llm:deploy_image_cuda12
14+
# 如果是cuda12的环境,CONTAINER_NAME为registry.cn-hangzhou.aliyuncs.com/havenask/rtp_llm:deploy_image_cuda12
1515
sh ./create_container.sh <CONTAINER_NAME>
1616
sh CONTAINER_NAME/sshme.sh
1717
```
@@ -27,4 +27,4 @@ TOKENIZER_PATH=/path/to/tokenizer CHECKPOINT_PATH=/path/to/model MODEL_TYPE=your
2727
# request to server
2828
curl -XPOST http://localhost:8088 -d '{"prompt": "hello, what is your name", "generate_config": {"max_new_tokens": 1000}}'
2929
```
30-
其中 your_model_type 可以在 maga_transformer/models/__init__.py 中查找到
30+
其中 your_model_type 可以在 maga_transformer/models/__init__.py 中查找到

0 commit comments

Comments
 (0)