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 7
7
8
8
set -x
9
9
10
+ conda install " ffmpeg<8"
10
11
pip install moshi==0.2.4
11
12
pip install bitsandbytes soundfile
12
13
# 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):
155
155
else "torchvision"
156
156
),
157
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
+ f"torchcodec==0.7.0.{ NIGHTLY_VERSION } " if use_pytorch_nightly else "torchcodec" ,
158
161
]
159
162
# Then install domain libraries
160
163
subprocess .run (
You can’t perform that action at this time.
0 commit comments