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 13b7079 commit 1283b83Copy full SHA for 1283b83
install_requirements.py
@@ -81,7 +81,7 @@ def install_requirements(use_pytorch_nightly):
81
# been installed on CI before this step, so pip won't reinstall them
82
"torch==2.7.0" if use_pytorch_nightly else "torch",
83
(
84
- "torchvision==0.23.0" if use_pytorch_nightly else "torchvision"
+ "torchvision==0.22.0" if use_pytorch_nightly else "torchvision"
85
), # For testing.
86
]
87
0 commit comments