]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
cmake : enable OpenBLAS on Windows (#1128)
authorbobqianic <redacted>
Tue, 25 Jul 2023 16:15:08 +0000 (00:15 +0800)
committerGitHub <redacted>
Tue, 25 Jul 2023 16:15:08 +0000 (19:15 +0300)
commita195bf899a9f5cb58316d76f99ff7ccbea4586dc
tree2a0152166362c7449842690cedf4a90ef16c10b7
parentded17dc1cf552f9236136a41c767fd404e384fa7
cmake : enable OpenBLAS on Windows (#1128)

Fixed the issue of not being able to find OpenBLAS on the Windows platform. Even though the name of the previously released binary file was whisper-blas-bin-x64.zip, BLAS was actually not enabled. After enabling, the inference speed can increase by 3-4 times.
CMakeLists.txt