]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
whisper: use global cache for sin/cos vals and Hann window (#2194)
authorBorislav Stanimirov <redacted>
Wed, 29 May 2024 16:09:21 +0000 (19:09 +0300)
committerGitHub <redacted>
Wed, 29 May 2024 16:09:21 +0000 (19:09 +0300)
commite130b666425879af4b538f2441f741cc70b6f9d7
tree3909c02951abc21a16e188f5e9a3fd5838aeb3c3
parentc7b6988678779901d02ceba1a8212d2c9908956e
whisper: use global cache for sin/cos vals and Hann window (#2194)

- also rename Hanning to Hann as it's named after Julius von Hann
 as per Wikipedia
whisper.cpp