We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ddf097 commit 4dc2609Copy full SHA for 4dc2609
llama_cpp/llama_cpp.py
@@ -2965,7 +2965,7 @@ def llama_detokenize(
2965
ctypes.c_char_p,
2966
ctypes.POINTER(llama_chat_message),
2967
ctypes.c_size_t,
2968
- bool,
+ ctypes.c_bool,
2969
2970
ctypes.c_int32
2971
],
@@ -2978,7 +2978,6 @@ def llama_chat_apply_template(
2978
add_ass: bool,
2979
buf: bytes,
2980
length: int,
2981
- /,
2982
) -> int:
2983
...
2984
0 commit comments