update torch versions
linuztx committed
Sep 11, 2025 at 12:12 UTC
d16e6202fb1006b800be4302fdc651dcf26f1e80
1 file changed
+2
-2
docker/base/fs/ins/install_python.sh
+2
-2
@@ -47,8 +47,8 @@ source /opt/venv/bin/activate
47
pip install --no-cache-dir --upgrade pip ipython requests
48
# Install some packages in specific variants
49
pip install --no-cache-dir \
50
- torch==2.4.0 \
51
- torchvision==0.19.0 \
50
+ torch==2.6.0 \
51
+ torchvision==0.21.0 \
52
--index-url https://download.pytorch.org/whl/cpu
53
54
echo "====================PYTHON UV ===================="