whisper.cpp/ggml
Junil Kim 78dfec6bc5 vulkan: Fix a vulkan-shaders-gen arugment parsing error (llama/10484)
The vulkan-shaders-gen was not parsing the --no-clean argument correctly.
Because the previous code was parsing the arguments which have a value only
and the --no-clean argument does not have a value, it was not being parsed
correctly. This commit can now correctly parse arguments that don't have values.
2024-12-08 20:14:35 +02:00
..
include ggml : add support for dynamic loading of backends (llama/10469) 2024-12-08 20:14:35 +02:00
src vulkan: Fix a vulkan-shaders-gen arugment parsing error (llama/10484) 2024-12-08 20:14:35 +02:00
.gitignore whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
CMakeLists.txt ggml : add support for dynamic loading of backends (llama/10469) 2024-12-08 20:14:35 +02:00