Aurvion / llama.cpp /src /llama-cparams.cpp
OmnipotentFool's picture
Add files using upload-large-folder tool
dc721f4 verified
Raw
History Blame Contribute Delete
105 Bytes
#include "llama-cparams.h"
size_t llama_max_parallel_sequences(void) {
return LLAMA_MAX_SEQ;
}