Closed KitaitiMakoto closed 2 weeks ago
@ggerganov answered to this problem: https://github.com/ggerganov/whisper.cpp/discussions/507#discussioncomment-10949389 Thanks!
Will close this issue.
But aren’t those changes still requires @KitaitiMakoto ? I’m saying this because maybe the issue needs to be open?
@oriolgual The changes are just for quick investigation. Those are not good for creating Ruby binding.
I filed this issue for only one question about ggml-backend.cpp
and ggml-backend.c
. So, it completed its role.
Additionally, I created a pull request #2484, which includes fixes for this issue and more. So, I don't think reopening this issue is needed. But, I have no objection if you will file a tracking issue corresponding to the pull request or so.
@oriolgual The changes are just for quick investigation. Those are not good for creating Ruby binding.
I filed this issue for only one question about
ggml-backend.cpp
andggml-backend.c
. So, it completed its role.Additionally, I created a pull request #2484, which includes fixes for this issue and more. So, I don't think reopening this issue is needed. But, I have no objection if you will file a tracking issue corresponding to the pull request or so.
No worries, I didn't see the PR. Great job and thanks for contributing with the fix!
Hi,
whisper.cpp is great for me as a mac user and Ruby binding is also great as a Rubyist. Thank you so much.
I found
gem install whispercpp
fails on my machine and I investigated what happened. I needed some fixes forextconf.rb
:That's almost good, but one problem remains:
Which should I choose C or C++ source file for
ggml-backend
? It seems C++ source is suitable because the compile fails if I removeggml-backend.cpp
. But, I'm not familiar with C and C++, so I'm not sure.Thanks.