]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ruby : add more APIs (#2518)
authorKITAITI Makoto <redacted>
Mon, 28 Oct 2024 17:23:23 +0000 (02:23 +0900)
committerGitHub <redacted>
Mon, 28 Oct 2024 17:23:23 +0000 (19:23 +0200)
commitd4bc413505b2fba98dffbb9a176ddd1b165941d0
treed00bb9b3c3a2e349bda4d2dcf16e075072788a8a
parentfc49ee4479c59372b34c40cdfb71ea2a96836c8c
ruby : add more APIs (#2518)

* Add test for built package existence

* Add more tests for Whisper::Params

* Add more Whisper::Params attributes

* Add tests for callbacks

* Add progress and abort callback features

* [skip ci] Add prompt usage in README

* Change prompt text in example
bindings/ruby/README.md
bindings/ruby/ext/ruby_whisper.cpp
bindings/ruby/ext/ruby_whisper.h
bindings/ruby/tests/test_callback.rb
bindings/ruby/tests/test_package.rb
bindings/ruby/tests/test_params.rb