Update llama.cpp
This commit is contained in:
parent
1a7bf2037b
commit
f03a38e62a
2 changed files with 2 additions and 2 deletions
|
@ -339,7 +339,7 @@ class llama_model_params(Structure):
|
||||||
# // ref: https://github.com/ggerganov/llama.cpp/pull/2054
|
# // ref: https://github.com/ggerganov/llama.cpp/pull/2054
|
||||||
# float rope_freq_base; // RoPE base frequency, 0 = from model
|
# float rope_freq_base; // RoPE base frequency, 0 = from model
|
||||||
# float rope_freq_scale; // RoPE frequency scaling factor, 0 = from model
|
# float rope_freq_scale; // RoPE frequency scaling factor, 0 = from model
|
||||||
# float yarn_ext_factor; // YaRN extrapolation mix factor, NaN = from model
|
# float yarn_ext_factor; // YaRN extrapolation mix factor, negative = from model
|
||||||
# float yarn_attn_factor; // YaRN magnitude scaling factor
|
# float yarn_attn_factor; // YaRN magnitude scaling factor
|
||||||
# float yarn_beta_fast; // YaRN low correction dim
|
# float yarn_beta_fast; // YaRN low correction dim
|
||||||
# float yarn_beta_slow; // YaRN high correction dim
|
# float yarn_beta_slow; // YaRN high correction dim
|
||||||
|
|
2
vendor/llama.cpp
vendored
2
vendor/llama.cpp
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 6b0a7420d03b9d13cb0e9439a01ce8476d8bf093
|
Subproject commit 3e73d31d9cc0232882ce61c64742aff3ecfec416
|
Loading…
Reference in a new issue