]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
Add OpenBLAS support
authorGeorgi Gerganov <redacted>
Thu, 27 Oct 2022 15:31:49 +0000 (18:31 +0300)
committerGeorgi Gerganov <redacted>
Thu, 27 Oct 2022 15:31:49 +0000 (18:31 +0300)
commitfbd513b813ea42a500ba92be3dcfea0b6b6a4fa3
tree9a32c97fc3761297b6655f4dab2cdececb51f681
parentebb01b9e33f3fa3cf047bd485eab11b645b6d062
Add OpenBLAS support

Supported via CMake - just add:

cmake .. -DWHISPER_SUPPORT_OPENBLAS=ON

On Ubuntu, you have to install the library like this:

apt install libopenblas-dev

Unfortunately, I don't observe any benefit compared to the
original AVX2 + FP16 implementation. Maybe I'm missing something
CMakeLists.txt
ggml.c