mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-06-02 16:05:35 +02:00
6 lines
115 B
C++
6 lines
115 B
C++
#include "llama-cparams.h"
|
|
|
|
size_t llama_max_parallel_sequences(void) {
|
|
return LLAMA_MAX_PARALLEL_SEQUENCES;
|
|
}
|