update vllm

This commit is contained in:
zhousha
2025-11-28 16:32:49 +08:00
parent 3d2815ed62
commit ce7fc3b2c4
2 changed files with 12 additions and 0 deletions

View File

@@ -24,3 +24,4 @@
- Shanghai_AI_Laboratory/internlm-chat-7b - Shanghai_AI_Laboratory/internlm-chat-7b
- ZhipuAI/glm-4v-9b - ZhipuAI/glm-4v-9b
- ZhipuAI/GLM-4-9B-0414 - ZhipuAI/GLM-4-9B-0414
- deepseek-ai/DeepSeek-Coder-V2-Base

View File

@@ -0,0 +1,11 @@
# 运行方式
```python
docker pull git.modelhub.org.cn:9443/enginex-hygon/pytorch:2.1.0-centos7.6-dtk24.04-py310
docker run -it -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal/:/opt/hyhal/:ro --shm-size=80G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name docker_name imageID bash
cd /your_code_path/deepseek-coder-v2_pytorch
pip install -r requirements.txt
pip install -U huggingface_hub hf_transfer
export HF_ENDPOINT=https://hf-mirror.com
```