Skip to content

Commit 2f97f1d

Browse files
authored
Merge branch 'main' into refactor/model-manager-2
2 parents acc0a29 + 73d6cc8 commit 2f97f1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installer/lib/installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def install_torch(self, extra_index_url=None, find_links=None):
244244
"numpy~=1.24.0", # choose versions that won't be uninstalled during phase 2
245245
"urllib3~=1.26.0",
246246
"requests~=2.28.0",
247-
"torch~=2.0.0",
247+
"torch~=2.1.0",
248248
"torchmetrics==0.11.4",
249249
"torchvision>=0.14.1",
250250
"--force-reinstall",

0 commit comments

Comments
 (0)