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 e4f9db3

Browse filesBrowse files
committed
Fix context_params struct layout
1 parent bdf32df commit e4f9db3
Copy full SHA for e4f9db3

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+0
-2
lines changed

‎llama_cpp/llama_cpp.py

Copy file name to clipboardExpand all lines: llama_cpp/llama_cpp.py
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ class llama_context_params(Structure):
188188
_fields_ = [
189189
("seed", c_uint32),
190190
("n_ctx", c_int32),
191-
("rope_freq_base", c_float),
192-
("rope_freq_scale", c_float),
193191
("n_batch", c_int32),
194192
("n_gpu_layers", c_int32),
195193
("main_gpu", c_int32),

0 commit comments

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