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 c6fb876

Browse filesBrowse files
authored
Update llama.py
1 parent 6d8892f commit c6fb876
Copy full SHA for c6fb876

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎llama_cpp/llama.py

Copy file name to clipboardExpand all lines: llama_cpp/llama.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ def __init__(
221221
lora_path: Optional[str] = None,
222222
low_vram: bool = False,
223223
tensor_split: Optional[List[float]] = None,
224-
rope_freq_base: float = 10000.0,
225-
rope_freq_scale: float = 1.0,
224+
rope_freq_base: float = 80000.0,
225+
rope_freq_scale: float = 0.5,
226226
verbose: bool = True,
227227
):
228228
"""Load a llama.cpp model from `model_path`.

0 commit comments

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