]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
whisper : fix sample_to_timestamp calculation with 64 bit precision to avoid overflow...
authorboolemancer <redacted>
Sun, 8 Jan 2023 13:08:45 +0000 (05:08 -0800)
committerGitHub <redacted>
Sun, 8 Jan 2023 13:08:45 +0000 (15:08 +0200)
commit08dc705a694248fb94b6f64cbeb93f4e474635e3
tree37eaad7c97bc116c40f8f0d4c72ac996a8925db7
parent1512545149e9463c0b478cd0203638c501b0ac29
whisper : fix sample_to_timestamp calculation with 64 bit precision to avoid overflow (#388)

* Do calculation with 64 bit precision to avoid overflow

* Update whisper.cpp

Co-authored-by: Georgi Gerganov <redacted>
Co-authored-by: Georgi Gerganov <redacted>
whisper.cpp