-
Notifications
You must be signed in to change notification settings - Fork 25k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML] Deprecate machine learning on Intel macOS (#104087)
PyTorch is no longer going to provide macOS x86_64 builds after version 2.2. This doesn't instantly affect us, as we build PyTorch from source ourselves and they've said that they will not deliberately break macOS x86_64. They just won't build or test on that platform themselves. As a result it's inevitable that we'll have to make some tweaks to the PyTorch code to get it to build, and as the years go by it will become harder and harder to make the code compile on an unsupported platform. Since PyTorch is such a critical component of Elastic ML we won't be able to keep it running on macOS x86_64 for more than a few releases after PyTorch drops support. This change gives notice of our intentions.
- Loading branch information
1 parent
51caf17
commit 8e1f214
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
pr: 104087 | ||
summary: Deprecate machine learning on Intel macOS | ||
area: Machine Learning | ||
type: deprecation | ||
issues: [] | ||
deprecation: | ||
title: Deprecate machine learning on Intel macOS | ||
area: Packaging | ||
details: The machine learning plugin will be permanently disabled on macOS x86_64 | ||
in new minor versions released from December 2024 onwards. | ||
impact: To continue to use machine learning functionality on macOS please switch to | ||
an arm64 machine (Apple silicon). Alternatively, it will still be possible to run | ||
Elasticsearch with machine learning enabled in a Docker container on macOS x86_64. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters