Skip to content

Commit 2cc5665

Browse files
committedMar 19, 2025·
Bump to v0.8.0 release
1 parent f64cc9e commit 2cc5665

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/build-vllm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
XFORMERS_BUILD_VERSION: 0.0.29.post2+cu126
1111
FLASHINFER_REF: v0.2.2.post1
1212
FLASHINFER_BUILD_SUFFIX: cu126
13-
VLLM_REF: v0.8.0rc2
13+
VLLM_REF: v0.8.0
1414

1515
on:
1616
push:

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ RUN cd flashinfer && \
9090
uv build --wheel --no-build-isolation -o /wheels
9191

9292
FROM build-base AS build-vllm
93-
ARG VLLM_REF=v0.8.0rc2
93+
ARG VLLM_REF=v0.8.0
9494
RUN git clone https://github.com/vllm-project/vllm.git
9595
RUN cd vllm && \
9696
git checkout ${VLLM_REF} && \

0 commit comments

Comments
 (0)
Please sign in to comment.