main : remove ggml-kompute.h #include
This commit is contained in:
parent
91324851a3
commit
57cecad175
1 changed files with 0 additions and 4 deletions
|
@ -31,10 +31,6 @@
|
||||||
#pragma warning(disable: 4244 4267) // possible loss of data
|
#pragma warning(disable: 4244 4267) // possible loss of data
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(GGML_USE_KOMPUTE)
|
|
||||||
#include "ggml-kompute.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static llama_context ** g_ctx;
|
static llama_context ** g_ctx;
|
||||||
static llama_model ** g_model;
|
static llama_model ** g_model;
|
||||||
static gpt_params * g_params;
|
static gpt_params * g_params;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue