From 2e128b9ae4199679d2aeaf84c34214ef3b147e86 Mon Sep 17 00:00:00 2001 From: i-peixingyu Date: Fri, 24 Apr 2026 14:41:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index ba3adaa..1bd5423 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,20 @@ ## 镜像信息 +### 海光 K100-AI + | 项目 | 值 | |------|----| | 基础镜像 | `git.modelhub.org.cn:9443/enginex-hygon/vllm:0.9.2` | | Patched 镜像 | `git.modelhub.org.cn:9443/enginex-hygon/vllm:0.9.2-patched` | +### Nvidia A100 + +| 项目 | 值 | +|------|----| +| 基础镜像 | `harbor.4pd.io/dooke/vllm/vllm/vllm-openai:v0.11.0` | +| Patched 镜像 | `harbor.4pd.io/dooke/vllm/vllm/vllm-openai:v0.11.0-patched` | + ## 已修复问题 ### Patch 1:extra_special_tokens 类型兼容 @@ -27,10 +36,18 @@ ## 构建方法 +**海光K100-AI** + 在仓库根目录执行: `docker build -t git.modelhub.org.cn:9443/enginex-hygon/vllm:0.9.2-patched .` +**Nvidia A100** + +在仓库根目录执行: + +`docker build -t harbor.4pd.io/dooke/vllm/vllm/vllm-openai:v0.11.0-patched .` + ## 文件说明 - `Dockerfile` — 镜像构建文件