update QwQ-32B

This commit is contained in:
zhousha
2025-11-07 18:26:17 +08:00
parent 976bfd67e8
commit d61c3328bd
2 changed files with 11 additions and 1 deletions

View File

@@ -8,4 +8,5 @@
支持模型列表:
- jina-embeddings-v3
- DeepSeek-R1
- ChatGLM3-6B
- ChatGLM3-6B
- QwQ-32B

9
enginex/QwQ-32B.md Normal file
View File

@@ -0,0 +1,9 @@
# 运行方式
```python
docker pull igit.modelhub.org.cn:9443/enginex-hygon/pytorch:2.4.1-ubuntu22.04-dtk25.04-py3.10
# <your IMAGE ID>为以上拉取的docker的镜像ID替换本镜像为dee41741fb40
docker run -it --shm-size=64G --network host -v $PWD/QwQ-32B:/home/QwQ-32B -v /opt/hyhal:/opt/hyhal:ro --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name qwq <your IMAGE ID> bash
cd /home/QwQ-32B
pip install -r requirements.txt
```