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
ModelZoo
Qwen_lmdeploy
Commits
32e069e1
Commit
32e069e1
authored
Jan 24, 2024
by
zhouxiang
Browse files
修改安装步骤描述
parent
4efcbb70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
README.md
README.md
+4
-1
No files found.
README.md
View file @
32e069e1
...
...
@@ -42,8 +42,11 @@ docker run -it --name qwen --shm-size=1024G --device=/dev/kfd --device=/dev/dri
```
# 若使用光源的镜像,可以不用源码编译,镜像里面安装好了lmdeploy,可跳过源码编译安装
# 若需要使用的是qwen72b模型,则必须重新使用源码编译安装lmdeploy
# 编译安装前先卸载原镜像中的lmdeploy
pip uninstall lmdeploy
# 获取源码,编译并安装
git clone http://developer.hpccube.com/codes/modelzoo/Qwen_lmdeploy.git
cd
codellama
_lmdeploy
cd
qwen
_lmdeploy
git submodule init && git submodule update
cd lmdeploy
mkdir build && cd build
...
...
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