Commit 6ba90df9 authored by gaoqiong's avatar gaoqiong
Browse files

修改 README.md convert相关参数

parent b270d465
...@@ -119,7 +119,7 @@ cd dist && pip3 install lmdeploy* ...@@ -119,7 +119,7 @@ cd dist && pip3 install lmdeploy*
# <model_format> 保存输出的目标路径(默认./workspace) # <model_format> 保存输出的目标路径(默认./workspace)
# <tp> 用于张量并行的GPU数量应该是2^n # <tp> 用于张量并行的GPU数量应该是2^n
lmdeploy convert ${model_name} ${model_path} --model_format ${model_format} --dst_path ${dst_path} --tp ${tp} lmdeploy convert ${model_name} ${model_path} --model-format ${model_format} --dst-path ${dst_path} --tp ${tp}
``` ```
### 运行 ### 运行
#### bash界面运行 #### bash界面运行
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment