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