mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-10 23:09:17 +02:00
common : add llama_batch_add() and llama_batch_clear() helpers
This commit is contained in:
@@ -518,7 +518,6 @@ int main(int argc, char ** argv) {
|
||||
|
||||
// evaluate tokens in batches
|
||||
// embd is typically prepared beforehand to fit within a batch, but not always
|
||||
|
||||
if (ctx_guidance) {
|
||||
int input_size = 0;
|
||||
llama_token * input_buf = NULL;
|
||||
|
||||
Reference in New Issue
Block a user