Skip to content

Commit e268722

Browse files
committed
Another fix
1 parent 268e615 commit e268722

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
@@ -77,7 +77,7 @@ def install_requirements(use_pytorch_release):
7777
# Setting use_pytorch_nightly to false to test the pinned PyTorch commit. Note
7878
# that we don't need to set any version number there because they have already
7979
# 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",
80+
"torch==2.8.0" if use_pytorch_release else "torch",
8181
]
8282

8383
# Install the requirements for core ExecuTorch package.

0 commit comments

Comments
 (0)