Set the state reading from the specified address (DEPRECATED)
(
ctx: llama_context_p, src: CtypesArray[ctypes.c_uint8], /
)
| 2594 | ctypes.c_size_t, |
| 2595 | ) |
| 2596 | def llama_set_state_data( |
| 2597 | ctx: llama_context_p, src: CtypesArray[ctypes.c_uint8], / |
| 2598 | ) -> int: |
| 2599 | """Set the state reading from the specified address (DEPRECATED)""" |
| 2600 | ... |
| 2601 | |
| 2602 | |
| 2603 | _llama_set_state_data = llama_set_state_data |
nothing calls this directly
no test coverage detected
searching dependent graphs…