Update llama.cpp
This commit is contained in:
parent
3d083f32a6
commit
e0dcbc28a1
2 changed files with 2 additions and 2 deletions
|
@ -1086,7 +1086,7 @@ class llama_beams_state(ctypes.Structure):
|
||||||
# // Type of pointer to the beam_search_callback function.
|
# // Type of pointer to the beam_search_callback function.
|
||||||
# // void* callback_data is any custom data passed to llama_beam_search, that is subsequently
|
# // void* callback_data is any custom data passed to llama_beam_search, that is subsequently
|
||||||
# // passed back to beam_search_callback. This avoids having to use global variables in the callback.
|
# // passed back to beam_search_callback. This avoids having to use global variables in the callback.
|
||||||
# typedef void (*llama_beam_search_callback_fn_t)(void * callback_data, llama_beams_state);
|
# typedef void (*llama_beam_search_callback_fn_t)(void * callback_data, struct llama_beams_state);
|
||||||
llama_beam_search_callback_fn_t = ctypes.CFUNCTYPE(None, c_void_p, llama_beams_state)
|
llama_beam_search_callback_fn_t = ctypes.CFUNCTYPE(None, c_void_p, llama_beams_state)
|
||||||
|
|
||||||
|
|
||||||
|
|
2
vendor/llama.cpp
vendored
2
vendor/llama.cpp
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit c10704d01e21e3dbe4d6ca1026ebff85349dd239
|
Subproject commit 3af6b86301ddfb11bb68e91dfc030b611b0d8426
|
Loading…
Reference in a new issue