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

Function mtmd_default_marker

subprojects/llama.cpp/tools/mtmd/mtmd.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88};
89
90const char * mtmd_default_marker() {
91 return "<__media__>";
92}
93
94static clip_flash_attn_type mtmd_get_clip_flash_attn_type(enum llama_flash_attn_type flash_attn_type) {
95 switch (flash_attn_type) {

Callers 4

mainFunction · 0.85
load_input_fileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected