Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
llama.cpp
4cc1a6143387f41e2466536abcd6a2620b63a35b
"src/libtorio/ffmpeg/ffmpeg.h" did not exist on "ea78478ed82daea4900c9c4f02cb0ff91a5c407a"
4cc1a6143387f41e2466536abcd6a2620b63a35b
Switch branch/tag
llama.cpp
tests
test-c.c
Find file
Normal view
History
Permalink
test-c.c
96 Bytes
Edit
Web IDE
Newer
Older
init
xuxzh1
committed
Nov 11, 2024
1
2
3
4
5
6
7
#include "llama.h"
#ifdef GGML_USE_KOMPUTE
#include "ggml-kompute.h"
#endif
int
main
(
void
)
{}