MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / mtmd_support_vision

Function mtmd_support_vision

subprojects/llama.cpp/tools/mtmd/mtmd.cpp:886–888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

884}
885
886bool mtmd_support_vision(mtmd_context * ctx) {
887 return ctx->ctx_v != nullptr;
888}
889
890bool mtmd_support_audio(mtmd_context * ctx) {
891 return ctx->ctx_a != nullptr;

Callers 2

mainFunction · 0.85
initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected