mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-06-11 04:06:49 +02:00
* ci : use dynamic libopenblas.dll for window-blas This commit updates the windows-blas job to use the dynamic (can load different kernels depending of the CPU arch) libopenblas.dll instead of the "static" openblas.dll that get installed by vcpgk. The motivation for this change is that there have been reports of performance drops in later version specifically related to blas. Please see the links below for more details. Resolves: https://github.com/ggml-org/whisper.cpp/issues/3166 Refs: https://github.com/ggml-org/whisper.cpp/issues/2666#issuecomment-2885978811