ctypes_function(
"mtmd_helper_eval_chunks",
[
mtmd_context_p_ctypes,
llama_cpp.llama_context_p_ctypes,
mtmd_input_chunks_p_ctypes,
llama_cpp.llama_pos,
| 1 | from __future__ import annotations |
| 2 | |
| 3 | import os |
| 4 | import warnings |
nothing calls this directly
no outgoing calls
no test coverage detected