[Feat] upgrade pytorch2.6 (#5417)

This commit is contained in:
lukec
2025-04-21 07:06:34 +08:00
committed by GitHub
parent 475e2e378a
commit 417b44eba8
7 changed files with 8 additions and 8 deletions

View File

@@ -43,6 +43,6 @@ RUN python3 -m pip install --upgrade pip setuptools wheel html5lib six \
fi \
&& python3 -m pip install --no-cache-dir torch --index-url https://download.pytorch.org/whl/cu${CUINDEX} \
&& cd sglang \
&& python3 -m pip --no-cache-dir install -e "python[${BUILD_TYPE}]" --find-links https://flashinfer.ai/whl/cu${CUINDEX}/torch2.5/flashinfer-python
&& python3 -m pip --no-cache-dir install -e "python[${BUILD_TYPE}]" --find-links https://flashinfer.ai/whl/cu${CUINDEX}/torch2.6/flashinfer-python
ENV DEBIAN_FRONTEND=interactive