feat: Update llama.cpp
This commit is contained in:
parent
6b018e00b1
commit
cd3f1bb387
2 changed files with 3 additions and 3 deletions
|
@ -1233,12 +1233,12 @@ def llama_n_seq_max(ctx: llama_context_p, /) -> int: ...
|
|||
def llama_pooling_type(ctx: llama_context_p, /) -> int: ...
|
||||
|
||||
|
||||
# LLAMA_API enum llama_vocab_type llama_vocab_type (const struct llama_model * model);
|
||||
# LLAMA_API enum llama_vocab_type llama_vocab_type (const struct llama_model * model);
|
||||
@ctypes_function("llama_vocab_type", [llama_model_p_ctypes], ctypes.c_int)
|
||||
def llama_vocab_type(model: llama_model_p, /) -> int: ...
|
||||
|
||||
|
||||
# LLAMA_API enum llama_rope_type llama_rope_type (const struct llama_model * model);
|
||||
# LLAMA_API enum llama_rope_type llama_rope_type (const struct llama_model * model);
|
||||
@ctypes_function("llama_rope_type", [llama_model_p_ctypes], ctypes.c_int)
|
||||
def llama_rope_type(model: llama_model_p, /) -> int: ...
|
||||
|
||||
|
|
2
vendor/llama.cpp
vendored
2
vendor/llama.cpp
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 504f0c340f6b5e04de682f6ddefdd3b81208df5d
|
||||
Subproject commit bde7cd3cd949c1a85d3a199498ac98e78039d46f
|
Loading…
Reference in a new issue