ruby : follow audio library change#2851
Conversation
ggerganov
left a comment
There was a problem hiding this comment.
Btw, it would be better if the Ruby bindings start using CMake to build the ggml/whisper.cpp, instead of replicating the build with Makefiles.
|
I think so, though it will take several weeks for me to learn CMake. |
|
Just to clarify, I mean that most likely the Makefile that you generate can be replaced by a single call to a |
|
Ah, I see. Thanks! |
* Enable CPU * Follow audio lib change
Hi @KitaitiMakoto, |
|
@houyuanjie spec.extensions = ["ext/learn_cmake_ruby/CMakeLists.txt"]is effective. Thank you! |
Hello,
This pull request makes Ruby bindings follow audio library change introduced at #2759 and then makes CI fixed.
Thanks.