]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
whisper : token-level timestamp refactoring (#49, #120)
authorGeorgi Gerganov <redacted>
Wed, 2 Nov 2022 19:18:20 +0000 (21:18 +0200)
committerGeorgi Gerganov <redacted>
Wed, 2 Nov 2022 19:45:54 +0000 (21:45 +0200)
commitd5afebd37c8267ce83cd2ec6a5994f2f20941859
tree0ff377a26863a96f7560a0327b0a9f863de1af75
parent4b1c32e8eab4d7bc43b976ae5959567ed8265323
whisper : token-level timestamp refactoring (#49, #120)

This turned out pretty good overall. The algorithm has been moved from
main.cpp to whisper.cpp and can be reused for all subtitles types. This
means that now you can specify the maximum length of the generated
lines. Simply provide the "-ml" argument specifying the max length in
number of characters
README.md
examples/main/README.md
examples/main/main.cpp
whisper.cpp
whisper.h