Update examples/server/server.cpp

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
Maximilian Winter 2024-01-27 11:47:19 +01:00 committed by GitHub
parent 26f95fb079
commit 67096a3539
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -189,7 +189,7 @@ struct llama_client_slot
int32_t ga_n = 1; // group-attention factor
int32_t ga_w = 512; // group-attention width
int32_t n_past_self_extension = 0;
int32_t n_past_se = 0; // self-extend
// multimodal
std::vector<slot_image> images;