forked from EngineX-Hygon/enginex-hygon-vllm
update vllm
This commit is contained in:
8
enginex/DeepSeek-V3.1.md
Normal file
8
enginex/DeepSeek-V3.1.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# 运行方式
|
||||
```python
|
||||
docker pull git.modelhub.org.cn:9443/enginex-hygon/vllm:0.9.2-ubuntu22.04-dtk25.04.1-rc5-rocblas101839-0811-das1.6-py3.10-20250812-beta
|
||||
|
||||
docker run -it --name {docker_name} --device=/dev/kfd --privileged --network=host --device=/dev/dri --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v /your_code_path:/your_code_path -v /opt/hyhal:/opt/hyhal:ro -v /module/DeepSeek-V3.1:/your_model_path/DeepSeek-V3.1 --group-add video --shm-size 64G {imageID} bash
|
||||
|
||||
cd /your_code_path/deepseek-v3.1_vllm
|
||||
```
|
||||
Reference in New Issue
Block a user