ggerganov / whisper.cpp

Port of OpenAI's Whisper model in C/C++
MIT License
35.38k stars 3.61k forks source link

Update ruby bindings #2154

Closed taf2 closed 5 months ago

taf2 commented 5 months ago

Want to update the ruby bindings and push a new gem. I've added a Rakefile and would like to also think about making this more maintainable moving forward, but for today having a new gem is a good thing i think.

ggerganov commented 5 months ago

but for today having a new gem is a good thing i think.

Would you like this to be merged as it is, or do you plan to make more updates in this PR?

taf2 commented 5 months ago

As is - I’m hoping to get the new gem pushed to rubygems thanks

ggerganov commented 5 months ago

The CI does not pass atm