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 aba852f commit a050c03Copy full SHA for a050c03
install_requirements.py
@@ -85,7 +85,7 @@ def install_requirements(use_pytorch_nightly):
85
]
86
87
EXAMPLES_REQUIREMENTS = [
88
- f"torchaudio==2.6.0.{NIGHTLY_VERSION}",
+ f"torchaudio==2.6.0.{NIGHTLY_VERSION}" if use_pytorch_nightly else "torchaudio",
89
90
91
# Assemble the list of requirements to actually install.
0 commit comments