-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Crash running on iPhone 14 Pro: unsupported op 'MUL_MAT' #1786
Comments
Can you show the |
Here you go: |
This log is missing some lines about the detected GPU.
Are you running latest |
Hi,
I am getting this error when running whisper.swiftui.demo app on my iPhone 14 Pro:
ggml_metal_graph_compute_block_invoke: error: unsupported op 'MUL_MAT'
If I set params.use_gpu = false, the app works fine (and for this reason, the app works fine in simulator mode since use_gpu is false there)
I saw a similar issue on llama.cpp reported: ggerganov/llama.cpp#4998 <-- this mentioned possibly device missing Apple7 feature set, but I checked that iPhone 14 Pro should be Apple8 feature set.
Thanks!
The text was updated successfully, but these errors were encountered: