Skip to content

Commit f3ce7ef

Browse files
committed
Add back the comment
1 parent 3d41e75 commit f3ce7ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install_requirements.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ def python_is_compatible():
119119

120120
# pip packages needed by exir.
121121
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
122125
f"torch==2.6.0.{NIGHTLY_VERSION}" if USE_PYTORCH_NIGHTLY else "torch",
123126
(
124127
f"torchvision==0.20.0.{NIGHTLY_VERSION}"

0 commit comments

Comments
 (0)