Commit dfccb1c
committed
Remove torchcodec from install_requirements.py
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 should 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 2805a81 commit dfccb1c
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