Skip to content

Commit f665c6c

Browse files
authored
Update to vllm v0.8.4 (#9)
1 parent 34a51f8 commit f665c6c

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
@@ -16,8 +16,8 @@ env:
1616
XFORMERS_BUILD_VERSION: 0.0.29.post2+cu124
1717
FLASHINFER_REF: v0.2.2.post1
1818
FLASHINFER_BUILD_SUFFIX: cu124
19-
VLLM_REF: v0.8.3
20-
VLLM_BUILD_VERSION: 0.8.3
19+
VLLM_REF: v0.8.4
20+
VLLM_BUILD_VERSION: 0.8.4
2121

2222
on:
2323
push:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ FROM build-base AS build-vllm
167167
COPY --from=build-torch /wheels/*.whl wheels/
168168
RUN uv pip install wheels/*
169169

170-
ARG VLLM_REF=v0.8.3
171-
ARG VLLM_BUILD_VERSION=0.8.3
170+
ARG VLLM_REF=v0.8.4
171+
ARG VLLM_BUILD_VERSION=0.8.4
172172
ENV BUILD_VERSION=${VLLM_BUILD_VERSION:-${VLLM_REF#v}}
173173
ENV SETUPTOOLS_SCM_PRETEND_VERSION=${BUILD_VERSION:-:}
174174
RUN git clone https://github.com/vllm-project/vllm.git

0 commit comments

Comments
 (0)