Copies the state to the specified destination address (DEPRECATED)
(
ctx: llama_context_p, dst: CtypesArray[ctypes.c_uint8], /
)
| 2546 | ctypes.c_size_t, |
| 2547 | ) |
| 2548 | def llama_copy_state_data( |
| 2549 | ctx: llama_context_p, dst: CtypesArray[ctypes.c_uint8], / |
| 2550 | ) -> int: |
| 2551 | """Copies the state to the specified destination address (DEPRECATED)""" |
| 2552 | ... |
| 2553 | |
| 2554 | |
| 2555 | _llama_copy_state_data = llama_copy_state_data |
nothing calls this directly
no test coverage detected
searching dependent graphs…