🐛 Describe the bug
Mac users on Apple silicon (M1, M2) cannot conda install torchdata -c pytorch, receiving "PackagesNotFoundError: The following packages are not available from current channels: -torchdata". This appears to be because torchdata was not built, packaged, and/or submitted to the pytorch channel. Is that something that can be done for future releases?
References:
- torchdata shows only linux-64, osx-64, and win-64
- torchtext for comparison, showing additional entries, including osx-arm64.
Many thanks.
Versions
Any version.