Skip to content

Commit 97ae3ef

Browse files
committed
up
1 parent 8b42130 commit 97ae3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def install_optional_example_requirements(use_pytorch_nightly):
130130
if use_pytorch_nightly
131131
else "torchvision"
132132
),
133-
f"torchaudio==2.8.0.{NIGHTLY_VERSION}" if use_pytorch_nightly else "torchaudio",
133+
f"torchaudio==2.10.0.{NIGHTLY_VERSION}" if use_pytorch_nightly else "torchaudio",
134134
]
135135
# Then install domain libraries
136136
subprocess.run(

0 commit comments

Comments
 (0)