Files
llama.cpp/tests/test-c.c
T
fbf1ddec69 Nomic Vulkan backend (#4456)
Signed-off-by: Jared Van Bortel <[email protected]>
Co-authored-by: niansa <[email protected]>
Co-authored-by: Adam Treat <[email protected]>
Co-authored-by: Aaron Miller <[email protected]>
Co-authored-by: ToKiNoBug <[email protected]>
Co-authored-by: Georgi Gerganov <[email protected]>
Co-authored-by: slaren <[email protected]>
2024-01-29 15:50:50 -05:00

8 lines
96 B
C

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