-
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
fix go bindings #2330
base: master
Are you sure you want to change the base?
fix go bindings #2330
Conversation
Not sure how to do it but there are a couple of lines missing on my Mac M1 + Go setup at the Makefile to add include files Go will need: $ diff -a Makefile ~/tmp/Makefile_new_whisper
|
please refer to https://github.com/ggerganov/whisper.cpp/pull/2350/files#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52L974 for fixing go binding. |
I tried this fix but sadly it didn't work for me 😕
|
This PR fixes missing ggml issues in go bindings