Add Nightly releases for macos < 11 with x86_64
See original GitHub issue🚀 Feature
After 2022/07/07, the nightly releases for TorchText on macos are updated to 11_0 with amd64
. However, there are still use cases with x86_64
. Apparently, PyTorch still provides releases for both platforms.
Motivation
This causes CI failure from TorchData side as GHA is still using 10.9 version of mac machines to execute tests. When the workflow tries to install torchtext, it will fall back to the nightly releases from 2022/07/07 with the corresponding PyTorch nightly of 2022/07/07 . As we landed a private BC-breaking change from PyTorch Core, the CI becomes red with the domain tests.
Edit: ~And, for my local environment, we still have a bunch of people using mac without M-series chips. Without such support, we have to compile from source of TorchText~
Alternatives
Compiled from source
Issue Analytics
- State:
- Created a year ago
- Comments:6 (6 by maintainers)
Top GitHub Comments
That makes sense. I think this issue from audio has the same cause.
https://github.com/pytorch/audio/issues/2536
Closing the issue as https://github.com/pytorch/text/pull/1835 has been merged.