MCPcopy Create free account
hub / github.com/abetlen/llama-cpp-python / mtmd_helper_eval_chunks

Route mtmd_helper_eval_chunks

llama_cpp/mtmd_cpp.py:None–None  ·  view source on GitHub ↗
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,
        

Source from the content-addressed store, hash-verified

1from __future__ import annotations
2
3import os
4import warnings

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected