This website requires JavaScript.
Explore
Help
Sign In
happyz
/
llama.cpp
mirror of
https://github.com/ggerganov/llama.cpp.git
Watch
1
Star
0
Fork
You've already forked llama.cpp
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
compilade/refactor-kv-cache
llama.cpp
/
src
/
llama-cparams.cpp
6 lines
100 B
C++
Raw
Permalink
Blame
History
#
include
"llama-cparams.h"
size_t
llama_max_parallel_sequences
(
void
)
{
return
LLAMA_MAX_SEQ
;
}
Reference in New Issue
View Git Blame
Copy Permalink