Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Parakon
/
parakon-runtime
Like
0
Follow
Parakon
3
parakon
llama.cpp
cuda
compression
License:
parakon-community-license
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
parakon-runtime
/
tools
/
server
/
main.cpp
kat0012
Parakon runtime: llama.cpp fork with fused 1-bit CUDA/Metal/CPU kernels (part 7)
d2816aa
verified
16 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
117 Bytes
int
llama_server
(
int
argc,
char
** argv)
;
int
main
(
int
argc,
char
** argv)
{
return
llama_server
(argc, argv);
}