Commit 4efcbb70 authored by zhouxiang's avatar zhouxiang
Browse files

完善readme

parent 789b5c20
......@@ -112,7 +112,7 @@ lmdeploy serve gradio --model_path_or_server ./workspace_qwen14b --server_name {
```
# 模型转换
mdeploy convert --model_name qwen-72b --model_path /path/to/model --model_format qwen --tokenizer_path None --dst_path ./workspace_qwen72b --tp 8 --quant_path None --group_size 0
lmdeploy convert --model_name qwen-72b --model_path /path/to/model --model_format qwen --tokenizer_path None --dst_path ./workspace_qwen72b --tp 8 --quant_path None --group_size 0
# bash界面运行
lmdeploy chat turbomind --model_path ./workspace_qwen72b --tp 8
......
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