Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/models/moshi/mimi/install_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
set -x

conda install "ffmpeg<8"
pip install torchcodec==0.7.0.dev20250906 --extra-index-url https://download.pytorch.org/whl/nightly/cpu
pip install moshi==0.2.4
pip install bitsandbytes soundfile
# Run llama2/install requirements for torchao deps
Expand Down
3 changes: 0 additions & 3 deletions install_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@ def install_optional_example_requirements(use_pytorch_nightly):
else "torchvision"
),
f"torchaudio==2.8.0.{NIGHTLY_VERSION}" if use_pytorch_nightly else "torchaudio",
# We probably don't need explicit torchcodec, see comment here
# https://github.com/pytorch/audio/pull/4039#issuecomment-3274648824
f"torchcodec==0.7.0.{NIGHTLY_VERSION}" if use_pytorch_nightly else "torchcodec",
]
# Then install domain libraries
subprocess.run(
Expand Down
Loading