File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
VLLM_FA_CMAKE_GPU_ARCHES : 90a-real
7
7
FLASHINFER_REF : v0.2.6.post1
8
8
FLASHINFER_BUILD_SUFFIX : cu128
9
- VLLM_REF : v0.9.0. 1
10
- VLLM_BUILD_VERSION : 0.9.0. 1
9
+ VLLM_REF : v0.9.1
10
+ VLLM_BUILD_VERSION : 0.9.1
11
11
XFORMERS_REF : v0.0.30
12
12
XFORMERS_BUILD_VERSION : 0.0.30+cu128
13
13
Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ RUN cd flashinfer && \
85
85
python -m build -v --wheel --no-isolation -o /wheels
86
86
87
87
FROM build-base AS build-vllm
88
- ARG VLLM_REF=v0.9.0. 1
89
- ARG VLLM_BUILD_VERSION=0.9.0. 1
88
+ ARG VLLM_REF=v0.9.1
89
+ ARG VLLM_BUILD_VERSION=0.9.1
90
90
ENV BUILD_VERSION=${VLLM_BUILD_VERSION:-${VLLM_REF#v}}
91
91
ENV SETUPTOOLS_SCM_PRETEND_VERSION=${BUILD_VERSION:-:}
92
92
RUN git clone https://github.com/vllm-project/vllm.git
You can’t perform that action at this time.
0 commit comments