8000 Update llama.cpp · qeleb/llama-cpp-python@f03a38e · GitHub
[go: up one dir, main page]

Skip to content

Commit f03a38e

Browse files
committed
Update llama.cpp
1 parent 1a7bf20 commit f03a38e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llama_cpp/llama_cpp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ class llama_model_params(Structure):
339339
# // ref: https://github.com/ggerganov/llama.cpp/pull/2054
340340
# float rope_freq_base; // RoPE base frequency, 0 = from model
341341
# float rope_freq_scale; // RoPE frequency scaling factor, 0 = from model
342-
# float yarn_ext_factor; // YaRN extrapolation mix factor, NaN = from model
342+
# float yarn_ext_factor; // YaRN extrapolation mix factor, negative = from model
343343
# float yarn_attn_factor; // YaRN magnitude scaling factor
344344
# float yarn_beta_fast; // YaRN low correction dim
345345
# float yarn_beta_slow; // YaRN high correction dim

vendor/llama.cpp

0 commit comments

Comments
 (0)
0