You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 failing
0 commit comments