-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS] Adding ML-specific prerequisites to setup docs #42529
Conversation
1. On Windows the Microsoft UCRT library is required 2. SSE4.2 instructions must be supported by the CPU Closes elastic#42295
Pinging @elastic/ml-core |
Should we perhaps also list these in the machine learning limitations?: https://www.elastic.co/guide/en/elastic-stack-overview/master/ml-limitations.html |
Yes, certainly the SSE4.2 one should go there. I’m not so sure the UCRT one is a “limitation” though. More of a prerequisite. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and builds successfully
Closes #42295