-
Notifications
You must be signed in to change notification settings - Fork 26
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
pywhispercpp/whisper.cpp/ggml-opencl.c:4:10: fatal error: 'clblast_c.h' file not found #include <clblast_c.h> #20
Comments
@diaojunxian, Could you please give the latest commit another try ? it should be fixed! |
hi, thanks a lot. I have verified that the latest commit can compile successfully. I would like to ask one more question - I checked the CMakeLists.txt and there is no CoreML related configuration. If I want to enable CoreML configuration, what should I do? |
Hi @diaojunxian, I don't use a MAC, so I am not really sure if compiling against CoreML will work or not, but I have included CoreML configuration from whisper.cpp into the cmakelists.txt file. |
Hello @abdeladim-s Thank you very much for your update, I tried it several times, and I still don't see the reduction in transcription time, so I feel that this coreml compilation mode is still invalid. |
Does it work with |
I really want to try to figure out how to solve this. Because I can see in whisper.cpp when loading CoreML, I can see the logs,
I want to know, how can I add more print statements in the existing code, so I can see if it truly supports loading CoreML. |
@diaojunxian, if you succeeded to tweak the cmakelists to compile against the coreML files then you will see the print statements from the cpp side, the same as whisper.cpp does. |
@abdeladim-s hi, I don't quite understand. If I have adjusted the CMakeLists.txt, what does it mean? I have now updated my code to the latest, but I'm not sure how to modify the CMakeLists.txt. As you said, my knowledge about CMake is quite limited. |
@diaojunxian, as of my understanding you will need to include the CoreML whisper implementation to the cmakelists in order for the compilation to take them into account, that's what I meant with adjusting the cmakelists |
cd pywhispercpp && python setup.py install
cd pywhispercpp/whisper.cpp && make clean && make
, it means success.The text was updated successfully, but these errors were encountered: