Skip to content

Commit a63a4c6

Browse files
authored
[Misc] Use 0.0.9 version for flashinfer (#6447)
Co-authored-by: Pernekhan Utemuratov <[email protected]>
1 parent c8fd97f commit a63a4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ RUN --mount=type=bind,from=mamba-builder,src=/usr/src/mamba,target=/usr/src/mamb
172172
python3 -m pip install /usr/src/mamba/*.whl --no-cache-dir
173173

174174
RUN --mount=type=cache,target=/root/.cache/pip \
175-
python3 -m pip install https://github.com/flashinfer-ai/flashinfer/releases/download/v0.0.8/flashinfer-0.0.8+cu121torch2.3-cp310-cp310-linux_x86_64.whl
175+
python3 -m pip install https://github.com/flashinfer-ai/flashinfer/releases/download/v0.0.9/flashinfer-0.0.9+cu121torch2.3-cp310-cp310-linux_x86_64.whl
176176
#################### vLLM installation IMAGE ####################
177177

178178

0 commit comments

Comments
 (0)