Commit 32e069e1 authored by zhouxiang's avatar zhouxiang
Browse files

修改安装步骤描述

parent 4efcbb70
......@@ -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
......
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