Skip to content

Commit 7ff8325

Browse files
authored
Bump to v0.9.1 build (#15)
1 parent 2f96762 commit 7ff8325

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-vllm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ env:
66
VLLM_FA_CMAKE_GPU_ARCHES: 90a-real
77
FLASHINFER_REF: v0.2.6.post1
88
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
1111
XFORMERS_REF: v0.0.30
1212
XFORMERS_BUILD_VERSION: 0.0.30+cu128
1313

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ RUN cd flashinfer && \
8585
python -m build -v --wheel --no-isolation -o /wheels
8686

8787
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
9090
ENV BUILD_VERSION=${VLLM_BUILD_VERSION:-${VLLM_REF#v}}
9191
ENV SETUPTOOLS_SCM_PRETEND_VERSION=${BUILD_VERSION:-:}
9292
RUN git clone https://github.com/vllm-project/vllm.git

0 commit comments

Comments
 (0)