Commit 1e883691 authored by chenzk's avatar chenzk
Browse files

v1.0.1

parent a52e53db
Pipeline #2682 failed with stages
in 0 seconds
...@@ -21,7 +21,7 @@ mv Qwen3_pytorch Qwen3 # 去框架名后缀 ...@@ -21,7 +21,7 @@ mv Qwen3_pytorch Qwen3 # 去框架名后缀
### Docker(方法一) ### Docker(方法一)
``` ```
docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.4.1-ubuntu22.04-dtk25.04-py3.10-fixpy docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.4.1-ubuntu22.04-dtk25.04-py3.10-fixpy
# <your IMAGE ID>为以上拉取的docker的镜像ID替换,本镜像为:e77c15729879 # <your IMAGE ID>为以上拉取的docker的镜像ID替换,本镜像为:6063b673703a
docker run -it --shm-size=64G -v $PWD/Qwen3:/home/Qwen3 -v /opt/hyhal:/opt/hyhal:ro --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name qwen3 <your IMAGE ID> bash docker run -it --shm-size=64G -v $PWD/Qwen3:/home/Qwen3 -v /opt/hyhal:/opt/hyhal:ro --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name qwen3 <your IMAGE ID> bash
cd /home/Qwen3 cd /home/Qwen3
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple
......
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