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
ollama
0cb78a2fc2a5463ce8e84b56388f28e02e1c1d06
0cb78a2fc2a5463ce8e84b56388f28e02e1c1d06
Switch branch/tag
ollama
llm
llama.cpp
tests
test-c.c
Find file
Normal view
History
Permalink
test-c.c
96 Bytes
Edit
Web IDE
Newer
Older
v1
mashun1
committed
Jun 26, 2024
1
2
3
4
5
6
7
#include "llama.h"
#ifdef GGML_USE_KOMPUTE
#include "ggml-kompute.h"
#endif
int
main
(
void
)
{}