Commit 9d2d188
authored
Remove torchcodec from install_requirements.py (#14211)
Summary:
torchcodec is used when only torchaudio users use torch.save and
torch.load. It is an optional requirement.
Only moshi test uses torch.save and torch.load, and we shouldn't make
this to install across the board.
Currently, it is blocking linux aarch64 wheel building
(#13946) because during smoke
testing it is trying to install torchcodec on linux aarch64 machine and
it is failing1 parent a7eefd0 commit 9d2d188
File tree
2 files changed
+1
-3
lines changed- examples/models/moshi/mimi
2 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | 158 | | |
162 | 159 | | |
163 | 160 | | |
| |||
0 commit comments