This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
cturan
/
llama.cpp
espejo de
https://github.com/cturan/llama.cpp
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Árbol:
afa8a9ec9b
Ramas
Etiquetas
k2v2
master
minimax
qwen3_next
qwen3_next_optimized
toolinjection
test
b6814
llama.cpp
/
tests
/
test-c.c
test-c.c
96 B
Histórico
Raw
1
2
3
4
5
6
7
#include "llama.h"
#ifdef GGML_USE_KOMPUTE
#include "ggml-kompute.h"
#endif
int main(void) {}