"examples/python-dockerit/README.md" did not exist on "e37f4c4f42f1fb2fee7798393343604337e259c3"
Commit 0d02f262 authored by xiabo's avatar xiabo
Browse files

Update README.md

parent 177401fa
...@@ -44,6 +44,7 @@ docker run -it --name baichuan --shm-size=1024G --device=/dev/kfd --device=/dev ...@@ -44,6 +44,7 @@ docker run -it --name baichuan --shm-size=1024G --device=/dev/kfd --device=/dev
git clone http://developer.hpccube.com/codes/modelzoo/llama_lmdeploy.git git clone http://developer.hpccube.com/codes/modelzoo/llama_lmdeploy.git
cd llama_lmdeploy cd llama_lmdeploy
git submodule init && git submodule update git submodule init && git submodule update
cd lmdeploy
mkdir build && cd build mkdir build && cd build
sh ../generate.sh sh ../generate.sh
make -j 32 make -j 32
......
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