llama_batch_init method
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
llama_batch llama_batch_init(
int n_tokens,
int embd,
int n_seq_max,
) {
return _llama_batch_init(
n_tokens,
embd,
n_seq_max,
);
}