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 3d41e75 commit f3ce7efCopy full SHA for f3ce7ef
install_requirements.py
@@ -119,6 +119,9 @@ def python_is_compatible():
119
120
# pip packages needed by exir.
121
EXIR_REQUIREMENTS = [
122
+ # Setting USE_PYTORCH_NIGHTLY to false to test the pinned PyTorch commit. Note
123
+ # that we don't need to set any version number there because they have already
124
+ # been installed on CI before this step, so pip won't reinstall them
125
f"torch==2.6.0.{NIGHTLY_VERSION}" if USE_PYTORCH_NIGHTLY else "torch",
126
(
127
f"torchvision==0.20.0.{NIGHTLY_VERSION}"
0 commit comments