mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-04 10:47:38 +02:00
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]>
8 lines
96 B
C
8 lines
96 B
C
#include "llama.h"
|
|
|
|
#ifdef GGML_USE_KOMPUTE
|
|
#include "ggml-kompute.h"
|
|
#endif
|
|
|
|
int main(void) {}
|