mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-06-26 14:20:21 +00:00
c311ac664d
ggml-ci
6 lines
100 B
C++
6 lines
100 B
C++
#include "llama-cparams.h"
|
|
|
|
size_t llama_max_parallel_sequences(void) {
|
|
return LLAMA_MAX_SEQ;
|
|
}
|