Skip to content
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

Fixed go cuda bindings building 🚀 #2416

Merged
merged 2 commits into from
Sep 15, 2024
Merged

Conversation

Binozo
Copy link
Contributor

@Binozo Binozo commented Sep 14, 2024

Hi,

finally fixed the go cuda bindings 🥳

Quick guide to build the example using cuda:

git clone https://github.com/Binozo/whisper.cpp # Switch to 'https://github.com/ggerganov/whisper.cpp' if this pull request got merged
cd whisper.cpp
GGML_CUDA=1 make -j
cd bindings/go
GGML_CUDA=1 make examples -j

@ggerganov ggerganov merged commit 049b3a0 into ggerganov:master Sep 15, 2024
47 checks passed
iThalay pushed a commit to iThalay/whisper.cpp that referenced this pull request Sep 23, 2024
* Fixed go cuda bindings building

* Added note to go bindings Readme to build using cuda support

---------

Co-authored-by: Binozo <[email protected]>
iThalay pushed a commit to iThalay/whisper.cpp that referenced this pull request Sep 23, 2024
* Fixed go cuda bindings building

* Added note to go bindings Readme to build using cuda support

---------

Co-authored-by: Binozo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants