Update server.cpp

This commit is contained in:
Maximilian Winter 2024-01-27 06:41:50 +01:00
parent c8bc9297c0
commit aa41b22f26

View file

@ -1528,6 +1528,7 @@ struct llama_server_context
slot.n_past = 0;
slot.n_past_self_extension = 0;
slot.ga_i = 0;
slot.num_prompt_tokens_processed = slot.num_prompt_tokens;
}
else