]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ruby : Sync whisper.cpp and model download feature (#2617)
authorKITAITI Makoto <redacted>
Mon, 9 Dec 2024 11:17:50 +0000 (20:17 +0900)
committerGitHub <redacted>
Mon, 9 Dec 2024 11:17:50 +0000 (13:17 +0200)
commit262e865a70281a16807b7479941a12efd3bf7d37
treee90d76ff253a733d1e898667e0fa9eb66d220799
parented733e85a1b399e215ab84cff91abe25f5f79d76
ruby : Sync whisper.cpp and model download feature (#2617)

* Use C++17

* Add test for Pathname of model

* Make Whisper::Context#initialize accept Pathname

* Add shorthand for pre-converted models

* Update documents

* Add headings to API section in README [skip ci]

* Remove unused function

* Don't care about no longer included file

* Cosmetic fix

* Use conditional get when get model files
bindings/ruby/.gitignore
bindings/ruby/README.md
bindings/ruby/Rakefile
bindings/ruby/ext/.gitignore
bindings/ruby/ext/extconf.rb
bindings/ruby/ext/ruby_whisper.cpp
bindings/ruby/lib/whisper.rb [new file with mode: 0644]
bindings/ruby/lib/whisper/model.rb [new file with mode: 0644]
bindings/ruby/tests/jfk_reader/jfk_reader.c
bindings/ruby/tests/test_model.rb