Skip to content

Commit

Permalink
[Misc] Use 0.0.9 version for flashinfer (vllm-project#6447)
Browse files Browse the repository at this point in the history
Co-authored-by: Pernekhan Utemuratov <pernekhan@deepinfra.com>
  • Loading branch information
2 people authored and dtrifiro committed Jul 17, 2024
1 parent d7fc70e commit 160b722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ RUN --mount=type=bind,from=mamba-builder,src=/usr/src/mamba,target=/usr/src/mamb
python3 -m pip install /usr/src/mamba/*.whl --no-cache-dir

RUN --mount=type=cache,target=/root/.cache/pip \
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
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
#################### vLLM installation IMAGE ####################


Expand Down

0 comments on commit 160b722

Please sign in to comment.