rename ggml-vulkan -> ggml-kompute

This commit is contained in:
Jared Van Bortel 2023-12-13 17:10:32 -05:00
parent 56430c3209
commit 3e09e127eb
5 changed files with 8 additions and 8 deletions

View file

@ -32,7 +32,7 @@
#endif
#if defined(GGML_USE_KOMPUTE)
#include "ggml-vulkan.h"
#include "ggml-kompute.h"
#endif
static llama_context ** g_ctx;