]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ruby : add encoder begin callback related methods (#3076) upstream/latest
authorKITAITI Makoto <redacted>
Fri, 25 Apr 2025 19:33:11 +0000 (04:33 +0900)
committerGitHub <redacted>
Fri, 25 Apr 2025 19:33:11 +0000 (04:33 +0900)
commit50fda73f4c46632722df0f102e294e91a4fa731a
treed06943c9f912bc11deb406eadefec738680365dc
parent1c20f46887b1a8f40a859514d6372bc6b7ad038a
ruby : add encoder begin callback related methods (#3076)

* Lazy run TestBase.whisper

* Fix indentation

* Remove disused GGML_HIP_UMA from Ruby

* Add encoder_begin_callback

* Comment out existing abort mechanism

* Add test for encoder_begin_callback

* Add signatures for encoder_begin_callback related methods

* Update gem date
bindings/ruby/ext/options.rb
bindings/ruby/ext/ruby_whisper.h
bindings/ruby/ext/ruby_whisper_params.c
bindings/ruby/ext/ruby_whisper_transcribe.cpp
bindings/ruby/lib/whisper/model/uri.rb
bindings/ruby/sig/whisper.rbs
bindings/ruby/tests/helper.rb
bindings/ruby/tests/test_callback.rb
bindings/ruby/whispercpp.gemspec