Skip to content

Commit 9700e72

Browse files
committed
Update
[ghstack-poisoned]
1 parent acedd13 commit 9700e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def install_requirements(use_pytorch_nightly):
7676
# Setting use_pytorch_nightly to false to test the pinned PyTorch commit. Note
7777
# that we don't need to set any version number there because they have already
7878
# been installed on CI before this step, so pip won't reinstall them
79-
f"torch==2.6.0.{NIGHTLY_VERSION}" if use_pytorch_nightly else "torch",
79+
f"torch==2.7.0.{NIGHTLY_VERSION}" if use_pytorch_nightly else "torch",
8080
(
8181
f"torchvision==0.22.0.{NIGHTLY_VERSION}"
8282
if use_pytorch_nightly

0 commit comments

Comments
 (0)