Skip to content

Commit 20407f0

Browse files
committed
Update
[ghstack-poisoned]
1 parent 845b14d commit 20407f0

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
@@ -89,7 +89,7 @@ def install_requirements(use_pytorch_nightly):
8989
]
9090

9191
EXAMPLES_REQUIREMENTS = [
92-
f"torchaudio==2.6.0.{NIGHTLY_VERSION}" if use_pytorch_nightly else "torchaudio",
92+
f"torchaudio==2.8.0.{NIGHTLY_VERSION}" if use_pytorch_nightly else "torchaudio",
9393
]
9494

9595
# Assemble the list of requirements to actually install.

0 commit comments

Comments
 (0)