Skip to content

Commit 1368c10

Browse files
authored
BLD: update flashinfer version (#3549)
1 parent 45630b0 commit 1368c10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xinference/deploy/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN pip install --upgrade -i "$PIP_INDEX" pip setuptools wheel&& \
3434
pip install -i "$PIP_INDEX" transformers>=4.51.3 && \
3535
pip install -i "$PIP_INDEX" --no-deps sglang && \
3636
pip uninstall flashinfer -y && \
37-
pip install https://github.com/flashinfer-ai/flashinfer/releases/download/v0.2.3/flashinfer_python-0.2.3+cu124torch2.6-cp38-abi3-linux_x86_64.whl#sha256=cbc4acb4aed7c4b00887a557dac484315327a063e25ac1ed4ee8eef54edf9ef6 && \
37+
pip install flashinfer-python -i https://flashinfer.ai/whl/cu124/torch2.6 && \
3838
cd /opt/inference && \
3939
python3 setup.py build_web && \
4040
git restore . && \

0 commit comments

Comments
 (0)