iris / llama.cpp /tests /test-c.c
Mat17892's picture
llamacpp
b664585 verified
raw
history blame
96 Bytes
#include "llama.h"
#ifdef GGML_USE_KOMPUTE
#include "ggml-kompute.h"
#endif
int main(void) {}