Commit 3b06a01
Remove torchcodec from install_requirements.py (pytorch#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
(pytorch#13946) because during smoke
testing it is trying to install torchcodec on linux aarch64 machine and
it is failing1 parent 8cf2680 commit 3b06a01
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