ctypes_function(
"llama_get_logits_ith",
[llama_context_p_ctypes, ctypes.c_int32],
ctypes.POINTER(ctypes.c_float),
)
| 1 | from __future__ import annotations |
| 2 | |
| 3 | import os |
| 4 | import ctypes |
nothing calls this directly
no outgoing calls
no test coverage detected