llama.cpp/tests/test-c.c

8 lines
96 B
C

#include "llama.h"
#ifdef GGML_USE_KOMPUTE
#include "ggml-kompute.h"
#endif
int main(void) {}