-
Notifications
You must be signed in to change notification settings - Fork 4k
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
error "linker command failed" when building the application made with go bindings #1899
Comments
I'm facing the same issue on Apple M3 Pro |
Dunno whether this is the right fix, but in bindings/go/whisper.go, try changing
to
If you can confirm that works for you, I can maybe send a PR... |
Actually, you also need |
(There's the additional complication of getting ahold of |
The first two are required to build. The last one is to make it actually detect the GPU. Fixes ggerganov#1899, at least for me
The first two are required to build. The last one is to make it actually detect the GPU. Fixes #1899, at least for me
The first two are required to build. The last one is to make it actually detect the GPU. Fixes ggerganov#1899, at least for me
The first two are required to build. The last one is to make it actually detect the GPU. Fixes ggerganov#1899, at least for me
The first two are required to build. The last one is to make it actually detect the GPU. Fixes ggerganov#1899, at least for me
The first two are required to build. The last one is to make it actually detect the GPU. Fixes ggerganov#1899, at least for me
Scenario:
Everything is all right till now,
But when I run:
I get this output:
I also tried to replace the whisper package in go.mod with the cloned one, but nothing happened.
The weird thing is that my docker image on Github actions pipeline follows the same approach but that is working just fine, here's my dockerfile:
The text was updated successfully, but these errors were encountered: