]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
whisper : add whisper_state + default state on the whisper_context (#523)
authorsandrohanea <redacted>
Sun, 5 Mar 2023 19:42:19 +0000 (20:42 +0100)
committerGitHub <redacted>
Sun, 5 Mar 2023 19:42:19 +0000 (21:42 +0200)
commit59fdcd19c8b24ec6d0bdfab9847ca66c805ed831
tree3ad7599625499a178430a06fcb5d5a076b72deec
parent478289a4b393904b91df06e0b1ec7552ba25a338
whisper : add whisper_state + default state on the whisper_context (#523)

* Added whisper state + default state on the whisper_context

* Fixed some examples and bindings

* Fixed whisper_n_len (which was used in some binding) and added whisper_n_len_from_state

* Fixed comments

* whisper : reuse kv_cache_free() and fix compiler warnings

* whisper : clean-up the API comments

---------

Co-authored-by: Sandro Hanea <redacted>
Co-authored-by: Georgi Gerganov <redacted>
bindings/go/whisper.go
bindings/ruby/ext/ruby_whisper.cpp
examples/addon.node/addon.cpp
examples/main/main.cpp
whisper.cpp
whisper.h