update QwQ-32B
This commit is contained in:
@@ -8,4 +8,5 @@
|
||||
支持模型列表:
|
||||
- jina-embeddings-v3
|
||||
- DeepSeek-R1
|
||||
- ChatGLM3-6B
|
||||
- ChatGLM3-6B
|
||||
- QwQ-32B
|
||||
9
enginex/QwQ-32B.md
Normal file
9
enginex/QwQ-32B.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user