]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ruby : add Whisper::VERSION (#3292)
authorKITAITI Makoto <redacted>
Fri, 27 Jun 2025 02:41:26 +0000 (11:41 +0900)
committerGitHub <redacted>
Fri, 27 Jun 2025 02:41:26 +0000 (04:41 +0200)
commitf8abbeb2346bb2659a9729c69478b548e26cdabe
treedf317b30f9ccf808c9ca98f39c4542d723b1a28b
parent32cf4e2aba799aff069011f37ca025401433cf9f
ruby : add Whisper::VERSION (#3292)

* Add a test for segment

* Check option existence

* Use more proper variable to define build option

* Assert Core ML enabled

* Define Whisper::VERSION

* Add test for Whisper::VERSION

* Add signature of Whisper::VERSION
bindings/ruby/ext/options.rb
bindings/ruby/ext/ruby_whisper.c
bindings/ruby/sig/whisper.rbs
bindings/ruby/test/test_package.rb
bindings/ruby/test/test_segment.rb
bindings/ruby/test/test_whisper.rb