Skip to content

Commit 74beab3

Browse files
authored
Merge pull request #127 from intel/dependabot/pip/torch-2.2.0
Bump torch from 1.13.1 to 2.2.0
2 parents 264870a + 6960079 commit 74beab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tensorflow>=2.5,<=2.12; sys_platform == 'linux' or platform_system == 'Windows'
1414
tensorflow-datasets==4.2.0
1515

1616
--find-links https://download.pytorch.org/whl/torch_stable.html
17-
torch==1.13.1; sys_platform == 'darwin'
17+
torch==2.2.0; sys_platform == 'darwin'
1818
torch==2.2.0; sys_platform == 'linux' or platform_system == 'Windows'
1919
torchvision==0.14.1; sys_platform == 'darwin'
2020
torchvision==0.14.1+cpu; sys_platform == 'linux' or platform_system == 'Windows'

0 commit comments

Comments
 (0)