]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
bindings : add Ruby (#500)
authorTodd <redacted>
Wed, 15 Feb 2023 17:46:55 +0000 (12:46 -0500)
committerGitHub <redacted>
Wed, 15 Feb 2023 17:46:55 +0000 (19:46 +0200)
commitb623ca43b157469bc9e01e452f0de021d6bd9bfb
tree6ac8270cd0468576397727d7dfbd89251b0a8613
parent69e6e4644a7275ce7647f5c2f5ae7de58f1cba73
bindings : add Ruby (#500)

* adding ruby bindings

* avoid adding these they are copied in via extconf.rb

* ignore these files here

* add definitions for boolean params

* initial transcribe for ruby

* use en model and transcribe jfk with assertion

* possibly this works for building ruby binding

* ci : try to add ruby workflow

---------

Co-authored-by: Georgi Gerganov <redacted>
.github/workflows/bindings-go.yml [new file with mode: 0644]
.github/workflows/bindings-ruby.yml [new file with mode: 0644]
.github/workflows/bindings.yml [deleted file]
bindings/ruby/ext/.gitignore [new file with mode: 0644]
bindings/ruby/ext/extconf.rb [new file with mode: 0644]
bindings/ruby/ext/ruby_whisper.cpp [new file with mode: 0644]
bindings/ruby/ext/ruby_whisper.h [new file with mode: 0644]
bindings/ruby/tests/test_whisper.rb [new file with mode: 0644]