Commit 31e9a98b authored by wanglch's avatar wanglch
Browse files

Update README.md

parent c6d44854
...@@ -44,7 +44,7 @@ docker build -t internvl:latest . ...@@ -44,7 +44,7 @@ docker build -t internvl:latest .
docker run --shm-size 500g --network=host --name=minicpm_o --privileged --device=/dev/kfd --network=host --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v 项目地址(绝对路径):/home/ -v /opt/hyhal:/opt/hyhal:ro -it <your IMAGE ID> bash docker run --shm-size 500g --network=host --name=minicpm_o --privileged --device=/dev/kfd --network=host --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v 项目地址(绝对路径):/home/ -v /opt/hyhal:/opt/hyhal:ro -it <your IMAGE ID> bash
git clone http://developer.sourcefind.cn/codes/modelzoo/minicpm-o-2.6_pytorch.gitit git clone http://developer.sourcefind.cn/codes/modelzoo/minicpm-o-2.6_pytorch.git
cd /path/your_code_data/ cd /path/your_code_data/
...@@ -66,7 +66,7 @@ transformers==4.48.3 ...@@ -66,7 +66,7 @@ transformers==4.48.3
其它非深度学习库参照requirement.txt安装: 其它非深度学习库参照requirement.txt安装:
``` ```
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple git clone http://developer.sourcefind.cn/codes/modelzoo/minicpm-o-2.6_pytorch.git
cd /path/your_code_data/ cd /path/your_code_data/
......
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