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.
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.
Also: