"tests/git@developer.sourcefind.cn:OpenDAS/fairscale.git" did not exist on "39e7821aae275aebcfc91513279028088c93b32b"
Commit 1ea9fbbb authored by wanglch's avatar wanglch
Browse files

Update README.md

parent 65356d7f
...@@ -43,7 +43,7 @@ cd /path/your_code_data/docker ...@@ -43,7 +43,7 @@ cd /path/your_code_data/docker
docker build --no-cache -t minicpm-v:latest . docker build --no-cache -t minicpm-v:latest .
docker run --shm-size=64G --name qwen-vl -v /opt/hyhal:/opt/hyhal:ro --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video -v /path/your_code_data/:/path/your_code_data/ -it minicpm-v bash docker run --shm-size=64G --name minicpm-v -v /opt/hyhal:/opt/hyhal:ro --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video -v /path/your_code_data/:/path/your_code_data/ -it minicpm-v bash
``` ```
### Anaconda(方法三) ### Anaconda(方法三)
......
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