Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
natasa365
/
whisper.cpp
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a482bd7
whisper.cpp
/
examples
/
talk-llama
/
llama-cparams.cpp
ggerganov
HF Staff
talk-llama : sync llama.cpp
fc04dc0
10 months ago
raw
Copy download link
history
blame
100 Bytes
#
include
"llama-cparams.h"
size_t
llama_max_parallel_sequences
(
void
)
{
return
LLAMA_MAX_SEQ;
}