-
Pytorch ditched official support for macOS x86 builds, see pytorch/pytorch#114602 and Tensorflow did the same as well, see https://github.com/tensorflow/tensorflow/releases/tag/v2.16.1 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Tagging @hawkinsp who has more context on the macOS x86 builds. |
Beta Was this translation helpful? Give feedback.
-
Hi! Ultimately we're in the same boat as TF and PyTorch: Mac x86 hardware is becoming increasingly scarce, which makes life harder for engineers to fix the code if it breaks. We'll make a best effort to keep the Mac x86 builds around and working as long as we can, but they are liable to be removed if: There's no timeline for either. It seems likely that (a) will happen at some point in the future, although I don't know when. Make sense? We'll do our best, but no guarantees. |
Beta Was this translation helpful? Give feedback.
Hi!
Ultimately we're in the same boat as TF and PyTorch: Mac x86 hardware is becoming increasingly scarce, which makes life harder for engineers to fix the code if it breaks.
We'll make a best effort to keep the Mac x86 builds around and working as long as we can, but they are liable to be removed if:
a) the infrastructure that runs our CI drops support for Mac x86. With no CI, we can't test what we release. We wouldn't intentionally break builds, but with no testing things will break eventually.
b) we hit a problem that we can't easily solve. So far Mac x86 has been reasonably painless to keep working, but if we hit a problem that required significant work we might decide that the time h…