We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3272c2 commit 249763bCopy full SHA for 249763b
1 file changed
requirements-torch.txt
@@ -1,6 +1,6 @@
1
--extra-index-url https://download.pytorch.org/whl/cpu/
2
-torch==2.11.0+cpu ; sys_platform != 'darwin'
3
-torchvision==0.26.0+cpu ; sys_platform != 'darwin'
4
-torch==2.11.0 ; sys_platform == 'darwin'
5
-torchvision==0.26.0 ; sys_platform == 'darwin'
+torch==2.12.0+cpu ; sys_platform != 'darwin'
+torchvision==0.27.0+cpu ; sys_platform != 'darwin'
+torch==2.12.0 ; sys_platform == 'darwin'
+torchvision==0.27.0 ; sys_platform == 'darwin'
6
tensorboard
0 commit comments