Commit a5b16b63 authored by luopl's avatar luopl
Browse files

Update README.md

parent bc5ebf0f
Pipeline #2168 canceled with stages
...@@ -42,8 +42,8 @@ Tips:以上dtk驱动、python、torch、vllm等DCU相关工具版本需要严格 ...@@ -42,8 +42,8 @@ Tips:以上dtk驱动、python、torch、vllm等DCU相关工具版本需要严格
### Dockerfile(方法二) ### Dockerfile(方法二)
此处提供dockerfile的使用方法 此处提供dockerfile的使用方法
``` ```
docker build -t qwen2.5:latest . docker build -t qwen2_vl:latest .
docker run -it --shm-size=1024G -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal:/opt/hyhal --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name qwen2.5_pytorch qwen2.5 bash docker run -it --shm-size=1024G -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal:/opt/hyhal --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name qwen2_vl_pytorch qwen2_vl bash
cd /path/your_code_data/ cd /path/your_code_data/
pip install qwen-vl-utils[decord] pip install qwen-vl-utils[decord]
git clone http://developer.sourcefind.cn/codes/OpenDAS/llama-factory.git git clone http://developer.sourcefind.cn/codes/OpenDAS/llama-factory.git
......
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