You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ggml/src/ggml-vulkan.cpp:29:10: fatal error: ggml-vulkan-shaders.hpp: No such file or directory
29 | #include "ggml-vulkan-shaders.hpp"
| ^~~~~~~~~~~~~~~~~~~~~~~~~
make -j 4 -B GGML_VULKAN=1
The problem presents only with latest commit of whisper.cpp. Llama.cpp is fine, I can compile it easily with Vulkan support.