mirror of
https://github.com/ggerganov/llama.cpp
synced 2026-03-17 20:51:18 +01:00
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;
|
|
}
|