We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04814e7 commit 3014b54Copy full SHA for 3014b54
convert.py
100644
100755
llama.h
@@ -185,7 +185,7 @@ extern "C" {
185
// ref: https://github.com/ggerganov/llama.cpp/pull/2054
186
float rope_freq_base; // RoPE base frequency, 0 = from model
187
float rope_freq_scale; // RoPE frequency scaling factor, 0 = from model
188
- float yarn_ext_factor; // YaRN extrapolation mix factor, NaN = from model
+ float yarn_ext_factor; // YaRN extrapolation mix factor, negative = from model
189
float yarn_attn_factor; // YaRN magnitude scaling factor
190
float yarn_beta_fast; // YaRN low correction dim
191
float yarn_beta_slow; // YaRN high correction dim
0 commit comments