mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-06-28 04:15:21 +00:00
@ -720,7 +720,7 @@ struct server_slot {
|
||||
int id;
|
||||
int id_task = -1;
|
||||
|
||||
llama_batch batch_spec;
|
||||
llama_batch batch_spec = {};
|
||||
|
||||
llama_context * ctx_dft = nullptr;
|
||||
|
||||
|
Reference in New Issue
Block a user