Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Lmdeploy
Commits
6ba90df9
You need to sign in or sign up before continuing.
Commit
6ba90df9
authored
Jun 05, 2024
by
gaoqiong
Browse files
修改 README.md convert相关参数
parent
b270d465
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
6ba90df9
...
...
@@ -119,7 +119,7 @@ cd dist && pip3 install lmdeploy*
# <model_format> 保存输出的目标路径(默认./workspace)
# <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界面运行
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment