This commit is contained in:
Rajesh Shashi Kumar
2025-06-24 23:33:46 +00:00
parent 3d7f1ed454
commit 64ab367973

View File

@@ -94,7 +94,7 @@ RUN cd xformers && \
# uv build --wheel --no-build-isolation -o /wheels
FROM build-base AS build-vllm
ARG VLLM_REF=v0.9.0.1
ARG VLLM_REF=v0.9.1
RUN git clone https://github.com/vllm-project/vllm.git
RUN cd vllm && \
git checkout ${VLLM_REF} && \