Skip to content

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),

0 commit comments

Comments
 (0)