audio
audio copied to clipboard
Prebuilt binaries of torch.audio for aarch64 cuda
🚀 The feature
torch.audio provides prebuilt binaries for aarch64 + cuda on linux
Motivation, pitch
pytorch now provides aarch64 cuda prebuilt binaries in 2.4.0 (https://github.com/pytorch/pytorch/issues/134117) but currently torch.audio doesn't provide corresponding prebuilt binaries. It makes very hard to adopt torch on aarch64 + cuda environment, which is often much cheaper in cloud providers.
Alternatives
Build torch.audio from source, which is not ideal for users of this library since it requires lots of works.
Additional context
No response