-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
OpenCL clCreateCommandQueue error -30 on MacOS 13.4 intel #996
Comments
make test 100% tests passed, 0 tests failed out of 53 Total Test time (real) = 122.35 sec |
I have just fixed it according to ggerganov/llama.cpp#1429
And it should compile and run fine! |
Then it came out to be this error: After investigating, I found solution here ggerganov/llama.cpp#1435 All get done. Also, @ggerganov Please fix this issue by the way, thank you very much. |
./main -f ../../../../whiper/test1.wav -m ../../models/ggml-small.bin
whisper_init_from_file_no_state: loading model from '../../models/ggml-small.bin'
whisper_model_load: loading model
whisper_model_load: n_vocab = 51865
whisper_model_load: n_audio_ctx = 1500
whisper_model_load: n_audio_state = 768
whisper_model_load: n_audio_head = 12
whisper_model_load: n_audio_layer = 12
whisper_model_load: n_text_ctx = 448
whisper_model_load: n_text_state = 768
whisper_model_load: n_text_head = 12
whisper_model_load: n_text_layer = 12
whisper_model_load: n_mels = 80
whisper_model_load: ftype = 1
whisper_model_load: qntvr = 0
whisper_model_load: type = 3
whisper_model_load: mem required = 743.00 MB (+ 16.00 MB per decoder)
whisper_model_load: adding 1608 extra tokens
whisper_model_load: model ctx = 464.68 MB
Initializing CLBlast (First Run)...
Attempting to use: Platform=0, Device=0 (If invalid, program will crash)
Using Platform: Apple Device: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
OpenCL clCreateCommandQueue error -30 at whisper.cpp/ggml-opencl.c:215
Any ideas for how to solve it? Thank you very much.
The text was updated successfully, but these errors were encountered: