Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f03a38e

Browse filesBrowse files
committed
Update llama.cpp
1 parent 1a7bf20 commit f03a38e
Copy full SHA for f03a38e

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎llama_cpp/llama_cpp.py

Copy file name to clipboardExpand all lines: llama_cpp/llama_cpp.py
+1-1Lines 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

Copy file name to clipboard

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.