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
/
src
/
llama-cparams.cpp
kat0012
Parakon runtime: llama.cpp fork with fused 1-bit CUDA/Metal/CPU kernels (part 7)
d2816aa
verified
15 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
100 Bytes
#
include
"llama-cparams.h"
size_t
llama_max_parallel_sequences
(
void
)
{
return
LLAMA_MAX_SEQ;
}