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 4bfcfde commit 1ebc88fCopy full SHA for 1ebc88f
install_requirements.py
@@ -130,7 +130,9 @@ def install_optional_example_requirements(use_pytorch_nightly):
130
if use_pytorch_nightly
131
else "torchvision"
132
),
133
- f"torchaudio==2.10.0.{NIGHTLY_VERSION}" if use_pytorch_nightly else "torchaudio",
+ f"torchaudio==2.10.0.{NIGHTLY_VERSION}"
134
+ if use_pytorch_nightly
135
+ else "torchaudio",
136
]
137
# Then install domain libraries
138
subprocess.run(
0 commit comments