🚀 The feature
Currently, we have the release coverage on macos, windows, manylinux x86, macos-arm64 on Python 3.7 - 3.10. There is still at least one missing support for aarch64, the easiest way to extend our support is to add a pure python package without integration with AWSSDK.
For PyPI (pip), users would install torchdata in the order of platform-specific first then platform-agnostic.
I am not sure about conda. But, users should be able to specify the platform directly via conda install
Motivation, pitch
Make TorchData have full coverage of support
Alternatives
No response
Additional context
No response