This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
cturan
/
llama.cpp
miroir de
https://github.com/cturan/llama.cpp
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
716bd6dec3
Branches
Tags
k2v2
master
minimax
qwen3_next
qwen3_next_optimized
toolinjection
test
b6814
llama.cpp
/
tests
/
test-c.c
test-c.c
96 B
Historique
Raw
1
2
3
4
5
6
7
#include "llama.h"
#ifdef GGML_USE_KOMPUTE
#include "ggml-kompute.h"
#endif
int main(void) {}