Description
🚀 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