]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
mtmd: add llama-mtmd-debug binary (#20508)
authorXuan-Son Nguyen <redacted>
Sat, 14 Mar 2026 14:52:29 +0000 (15:52 +0100)
committerGitHub <redacted>
Sat, 14 Mar 2026 14:52:29 +0000 (15:52 +0100)
commit94d026227771ab6497a9900fe85847342f26071b
treea98badd14d91ff55b13a31637e6486bbab5cdc2d
parenta93c0ef0fa9ad7b6afed0ac5245d854870b8685e
mtmd: add llama-mtmd-debug binary (#20508)

* mtmd: add llama-mtmd-debug binary

* adapt

* fixes

* fix compile error

* fix windows compile error

* rm legacy clip_debug_encode()

* add MTMD_API to fix build
tools/mtmd/CMakeLists.txt
tools/mtmd/clip-impl.h
tools/mtmd/clip.cpp
tools/mtmd/debug/mtmd-debug.cpp [new file with mode: 0644]
tools/mtmd/debug/mtmd-debug.h [new file with mode: 0644]
tools/mtmd/debug/mtmd-debug.md [new file with mode: 0644]
tools/mtmd/mtmd.cpp