]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
whisper : support no_speech_thold (#2625)
authorKarthick <redacted>
Tue, 17 Dec 2024 17:15:47 +0000 (22:45 +0530)
committerGitHub <redacted>
Tue, 17 Dec 2024 17:15:47 +0000 (19:15 +0200)
commitf897eb767041bdd4d14ab7497d1d156e10149698
tree8dd94410eb9f1a40a60dbaf8e719b67426abe369
parent2f2841bfcef68c2d06fe2b80bd79dabfd3351962
whisper : support no_speech_thold (#2625)

* Implement no_speech_thold

no_speech_thold functionality is on par with OpenAI's whisper

* Addressed review comments
include/whisper.h
src/whisper.cpp