We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 264870a + 6960079 commit 74beab3Copy full SHA for 74beab3
model-requirements.txt
@@ -14,7 +14,7 @@ tensorflow>=2.5,<=2.12; sys_platform == 'linux' or platform_system == 'Windows'
14
tensorflow-datasets==4.2.0
15
16
--find-links https://download.pytorch.org/whl/torch_stable.html
17
-torch==1.13.1; sys_platform == 'darwin'
+torch==2.2.0; sys_platform == 'darwin'
18
torch==2.2.0; sys_platform == 'linux' or platform_system == 'Windows'
19
torchvision==0.14.1; sys_platform == 'darwin'
20
torchvision==0.14.1+cpu; sys_platform == 'linux' or platform_system == 'Windows'
0 commit comments