-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
ggml_metal_init failure: loading kernel function on Intel based mac #1292
Comments
Issue persists if I force GPU device to be integrated Intel
|
Commenting out these kernal function adds allows completion. Performance is same as before metal support was merged (80c1512)
|
The actual diff to run whisper.cpp on legacy Intel macOS amd64 MacBook Pro:
|
Although it runs, it crashes down the line: The same code runs on any MacOS M and Linux amd64 It just no like the Intels. Those last Intel Macs had 64 GiB RAM and 8 cores which is still OK performance in 2023 if you can stand the fan noise
|
I got it to run on my 2015 MBP with no crashing with this PR |
Thanks, I run small.en on 2020 MacBook Pro 13” 4-core hyper-thread 32 GiB macOS 13.5 I’ll try with easier data to see if it completes and stays up
|
Doesn’t work on this Intel. Crashes towards what I believe to be the end Could be a different issue since it never ran successfully |
I think the issue might span to more than x86/amd64. Recompiling whisper.cpp with System info output from working Whisper: Error when Metal is enabled:
|
was having this same issue, and running |
This issue should have been fixed in the most recent GGML sync. #1422 |
Using latest on master (951a119) with metal
load pipeline error: Error Domain=CompilerError Code=2 "SC compilation failure
The text was updated successfully, but these errors were encountered: