8000 Fix context_params struct layout · trannhan/llama-cpp-python@e4f9db3 · GitHub
[go: up one dir, main page]

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 files
committed
Fix context_params struct layout
1 parent bdf32df commit e4f9db3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llama_cpp/llama_cpp.py

Lines 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),
30DE

0 commit comments

Comments
 (0)
0