1#include "llama-cparams.h"
2
3size_t llama_max_parallel_sequences(void) {
4 return LLAMA_MAX_SEQ;
5}
6