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 845b14d commit 20407f0Copy full SHA for 20407f0
install_requirements.py
@@ -89,7 +89,7 @@ def install_requirements(use_pytorch_nightly):
89
]
90
91
EXAMPLES_REQUIREMENTS = [
92
- f"torchaudio==2.6.0.{NIGHTLY_VERSION}" if use_pytorch_nightly else "torchaudio",
+ f"torchaudio==2.8.0.{NIGHTLY_VERSION}" if use_pytorch_nightly else "torchaudio",
93
94
95
# Assemble the list of requirements to actually install.
0 commit comments