提交vllm0.11.0开发分支

This commit is contained in:
chenyili
2025-12-10 17:51:24 +08:00
parent deab7dd0b6
commit 7c22d621fb
175 changed files with 31856 additions and 8683 deletions

View File

@@ -0,0 +1,8 @@
ARG BASE_IMAGE=iregistry.baidu-int.com/hac_test/aiak-inference-llm:xpu_dev_202508030_v1
FROM ${BASE_IMAGE}
COPY vllm-kunlun /workspace/vllm-kunlun
RUN bash /workspace/vllm-kunlun/dockerfile/install.sh
WORKDIR /workspace