-
Hello, I've encountered an issue where I can successfully run a normal model without any problems (make tiny). However, when attempting to run Apple's ARM systems compatible Core-ML ( I'm curious if anyone else has faced a similar problem. Here is the output:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It works on my M2 Ultra: make clean
WHISPER_COREML=1 make -j && ./main -m models/ggml-tiny.en.bin -f samples/jfk.wav
Have you tried to regenerate the Core ML model? ./models/generate-coreml-model.sh tiny.en |
Beta Was this translation helpful? Give feedback.
-
Thank you @ggerganov. |
Beta Was this translation helpful? Give feedback.
Thank you @ggerganov.
I upgraded my OS to Sonoma this morning without doing anything else and it fixed 👍