Move param def posn
This commit is contained in:
parent
81be5d2c51
commit
f65f575e4b
1 changed files with 1 additions and 1 deletions
|
@ -64,9 +64,9 @@ struct gpt_params {
|
|||
int32_t n_beams = 0; // if non-zero then use beam search of given width.
|
||||
int32_t grp_attn_n = 1; // group-attention factor
|
||||
int32_t grp_attn_w = 512; // group-attention width
|
||||
int32_t token_interval = 512; // show token count every 512 tokens
|
||||
float rope_freq_base = 0.0f; // RoPE base frequency
|
||||
float rope_freq_scale = 0.0f; // RoPE frequency scaling factor
|
||||
int32_t token_interval = 512; // show token count every 512 tokens
|
||||
float yarn_ext_factor = -1.0f; // YaRN extrapolation mix factor
|
||||
float yarn_attn_factor = 1.0f; // YaRN magnitude scaling factor
|
||||
float yarn_beta_fast = 32.0f; // YaRN low correction dim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue