Skip to content

Commit 0af3ce1

Browse files
houseroadmgoin
andauthored
Upgrade flashinfer to 0.3.1 (vllm-project#24470)
Signed-off-by: Lu Fang <[email protected]> Co-authored-by: Michael Goin <[email protected]>
1 parent e1279ef commit 0af3ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile.nightly_torch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,15 +246,15 @@ RUN pip install setuptools==75.6.0 packaging==23.2 ninja==1.11.1.3 build==1.2.2.
246246

247247

248248
# build flashinfer for torch nightly from source around 10 mins
249-
# release version: v0.2.2.post1
249+
# release version: v0.3.1
250250
# todo(elainewy): cache flashinfer build result for faster build
251251
ENV CCACHE_DIR=/root/.cache/ccache
252252
RUN --mount=type=cache,target=/root/.cache/ccache \
253253
--mount=type=cache,target=/root/.cache/uv \
254254
echo "git clone flashinfer..." \
255255
&& git clone --recursive https://github.com/flashinfer-ai/flashinfer.git \
256256
&& cd flashinfer \
257-
&& git checkout v0.2.2.post1 \
257+
&& git checkout v0.3.1 \
258258
&& git submodule update --init --recursive \
259259
&& echo "finish git clone flashinfer..." \
260260
&& rm -rf build \

0 commit comments

Comments
 (0)