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 8b42130 commit 97ae3efCopy full SHA for 97ae3ef
install_requirements.py
@@ -130,7 +130,7 @@ def install_optional_example_requirements(use_pytorch_nightly):
130
if use_pytorch_nightly
131
else "torchvision"
132
),
133
- f"torchaudio==2.8.0.{NIGHTLY_VERSION}" if use_pytorch_nightly else "torchaudio",
+ f"torchaudio==2.10.0.{NIGHTLY_VERSION}" if use_pytorch_nightly else "torchaudio",
134
]
135
# Then install domain libraries
136
subprocess.run(
0 commit comments