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 268e615 commit e268722Copy full SHA for e268722
install_requirements.py
@@ -77,7 +77,7 @@ def install_requirements(use_pytorch_release):
77
# Setting use_pytorch_nightly to false to test the pinned PyTorch commit. Note
78
# that we don't need to set any version number there because they have already
79
# been installed on CI before this step, so pip won't reinstall them
80
- "torch==2.8.0+cpu" if use_pytorch_release else "torch",
+ "torch==2.8.0" if use_pytorch_release else "torch",
81
]
82
83
# Install the requirements for core ExecuTorch package.
0 commit comments