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 4d6209b commit b02010aCopy full SHA for b02010a
install_requirements.py
@@ -155,6 +155,9 @@ def install_optional_example_requirements(use_pytorch_nightly):
155
else "torchvision"
156
),
157
f"torchaudio==2.8.0.{NIGHTLY_VERSION}" if use_pytorch_nightly else "torchaudio",
158
+ # We probably don't need explicit torchcodec, see comment here
159
+ # https://github.com/pytorch/audio/pull/4039#issuecomment-3274648824
160
+ "torchcodec",
161
]
162
# Then install domain libraries
163
subprocess.run(
0 commit comments