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.
1 parent acedd13 commit 9700e72Copy full SHA for 9700e72
install_requirements.py
@@ -76,7 +76,7 @@ def install_requirements(use_pytorch_nightly):
76
# Setting use_pytorch_nightly to false to test the pinned PyTorch commit. Note
77
# that we don't need to set any version number there because they have already
78
# 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",
+ f"torch==2.7.0.{NIGHTLY_VERSION}" if use_pytorch_nightly else "torch",
80
(
81
f"torchvision==0.22.0.{NIGHTLY_VERSION}"
82
if use_pytorch_nightly
0 commit comments