Update examples/server/server.cpp
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
parent
67096a3539
commit
d56cecc2cd
1 changed files with 1 additions and 2 deletions
|
@ -184,8 +184,7 @@ struct llama_client_slot
|
|||
struct llama_sampling_params sparams;
|
||||
llama_sampling_context *ctx_sampling = nullptr;
|
||||
|
||||
int ga_i = 0; // group-attention state
|
||||
|
||||
int32_t ga_i = 0; // group-attention state
|
||||
int32_t ga_n = 1; // group-attention factor
|
||||
int32_t ga_w = 512; // group-attention width
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue