1
0

test-c.c 96 B

1234567
  1. #include "llama.h"
  2. #ifdef GGML_USE_KOMPUTE
  3. #include "ggml-kompute.h"
  4. #endif
  5. int main(void) {}