Files
llama.cpp/tests/test-c.c
T

8 lines
96 B
C
Raw Normal View History

2023-08-30 02:20:26 -04:00
#include "llama.h"
2024-01-29 15:50:50 -05:00
#ifdef GGML_USE_KOMPUTE
#include "ggml-kompute.h"
#endif
2023-08-30 02:20:26 -04:00
int main(void) {}