File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
examples/models/moshi/mimi Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 77
88set -x
99
10+ conda install " ffmpeg<8"
1011pip install moshi==0.2.4
1112pip install bitsandbytes soundfile
1213# Run llama2/install requirements for torchao deps
Original file line number Diff line number Diff line change @@ -155,6 +155,9 @@ def install_optional_example_requirements(use_pytorch_nightly):
155155 else "torchvision"
156156 ),
157157 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+ f"torchcodec==0.7.0.{ NIGHTLY_VERSION } " if use_pytorch_nightly else "torchcodec" ,
158161 ]
159162 # Then install domain libraries
160163 subprocess .run (
You can’t perform that action at this time.
0 commit comments