Commit a905c143 authored by weishb's avatar weishb
Browse files

support vllm_0.15.x

parent ed2965a5
...@@ -23,9 +23,9 @@ Qwen3-VL-Embedding 和 Qwen3-VL-Reranker 模型系列是通义千问(Qwen) ...@@ -23,9 +23,9 @@ Qwen3-VL-Embedding 和 Qwen3-VL-Reranker 模型系列是通义千问(Qwen)
| DTK | 26.04 | | DTK | 26.04 |
| python | 3.10.12 | | python | 3.10.12 |
| transformers | 4.57.6 | | transformers | 4.57.6 |
| vllm | 0.11.0+das.opt1.rc2.dtk2604 | | vllm | 0.15.1+das.opt1.alpha.dtk2604 |
推荐使用镜像:harbor.sourcefind.cn:5443/dcu/admin/base/vllm:0.11.0-ubuntu22.04-dtk26.04-0130-py3.10-20260202 推荐使用镜像:harbor.sourcefind.cn:5443/dcu/admin/base/custom:vllm0.15.1-ubuntu22.04-dtk26.04-0130-py3.10-20260220
```bash ```bash
docker run -it \ docker run -it \
...@@ -42,7 +42,7 @@ docker run -it \ ...@@ -42,7 +42,7 @@ docker run -it \
-u root \ -u root \
-v /opt/hyhal/:/opt/hyhal/:ro \ -v /opt/hyhal/:/opt/hyhal/:ro \
-v /path/your_code_data/:/path/your_code_data/ \ -v /path/your_code_data/:/path/your_code_data/ \
harbor.sourcefind.cn:5443/dcu/admin/base/vllm:0.11.0-ubuntu22.04-dtk26.04-0130-py3.10-20260202 bash harbor.sourcefind.cn:5443/dcu/admin/base/custom:vllm0.15.1-ubuntu22.04-dtk26.04-0130-py3.10-20260220 bash
``` ```
更多镜像可前往[光源](https://sourcefind.cn/#/service-list)下载使用。 更多镜像可前往[光源](https://sourcefind.cn/#/service-list)下载使用。
...@@ -50,9 +50,7 @@ docker run -it \ ...@@ -50,9 +50,7 @@ docker run -it \
镜像内其他环境配置 镜像内其他环境配置
``` ```
pip install pycountry
1.解压vllm.zip到/usr/local/lib/python3.10/dist-packages直接覆盖需要修改的文件
unzip -o vllm.zip -d /usr/local/lib/python3.10/dist-packages
``` ```
...@@ -66,6 +64,7 @@ docker run -it \ ...@@ -66,6 +64,7 @@ docker run -it \
### vllm ### vllm
#### 单机推理 #### 单机推理
```bash ```bash
export VLLM_USE_FUSED_RMS_ROPE=0
## serve启动 ## serve启动
vllm serve Qwen/Qwen3-VL-Embedding-8B \ vllm serve Qwen/Qwen3-VL-Embedding-8B \
--runner pooling \ --runner pooling \
......
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