File size: 105 Bytes
e6c51f8 | 1 2 3 4 5 6 | #include "llama-cparams.h"
size_t llama_max_parallel_sequences(void) {
return LLAMA_MAX_SEQ;
}
|
e6c51f8 | 1 2 3 4 5 6 | #include "llama-cparams.h"
size_t llama_max_parallel_sequences(void) {
return LLAMA_MAX_SEQ;
}
|