Skip to content

Commit

Permalink
Update docs for yarn_ext_factor <0.0 as unspecified instead of NaN (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
crasm authored Nov 25, 2023
1 parent 04814e7 commit 3014b54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified convert.py
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion llama.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3014b54

Please sign in to comment.