From: crasm Date: Sat, 25 Nov 2023 15:47:07 +0000 (-0500) Subject: Update docs for yarn_ext_factor <0.0 as unspecified instead of NaN (#4189) X-Git-Tag: upstream/0.0.4488~2924 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=3014b5415d08e3dff961da6eea835b9760a701b8;p=pkg%2Fggml%2Fsources%2Fllama.cpp Update docs for yarn_ext_factor <0.0 as unspecified instead of NaN (#4189) --- diff --git a/convert.py b/convert.py old mode 100644 new mode 100755 diff --git a/llama.h b/llama.h index 1a62058d..89cb6198 100644 --- a/llama.h +++ b/llama.h @@ -185,7 +185,7 @@ extern "C" { // ref: https://github.com/ggerganov/llama.cpp/pull/2054 float rope_freq_base; // RoPE base frequency, 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_beta_fast; // YaRN low correction dim float yarn_beta_slow; // YaRN high correction dim