[CPU] Upgrade default PT version to 2.9 (#12611)

This commit is contained in:
Zaili Wang
2025-11-05 18:16:35 -08:00
committed by GitHub
parent 9ec6031d70
commit cf5d27e30a
3 changed files with 6 additions and 4 deletions
+3 -3
View File
@@ -4,9 +4,9 @@ SHELL ["/bin/bash", "-c"]
ARG SGLANG_REPO=https://github.com/sgl-project/sglang.git
ARG VER_SGLANG=main
ARG VER_TORCH=2.7.1
ARG VER_TORCHVISION=0.22.1
ARG VER_TRITON=3.3.1
ARG VER_TORCH=2.9.0
ARG VER_TORCHVISION=0.24.0
ARG VER_TRITON=3.5.0
RUN apt-get update && \
apt-get full-upgrade -y && \