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