CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
Model
public
Codeprocastinator
/
optimized-tinyllama-covalent
source
Hugging Face
apache-2.0
updated 1y ago
View on Hugging Face
0
likes
119
downloads
Like
Save
Clone
overview
files
community
commits
settings
root
llama.cpp
tests
test-c.c
test-c.c
8 lines
Copy path
Download
Raw
Back to tests
1
#include "llama.h"
2
3
#ifdef GGML_USE_KOMPUTE
4
#include "ggml-kompute.h"
5
#endif
6
7
int main(void) {}
8