]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
clip: move model cgraphs into their own files (#17965)
authorXuan-Son Nguyen <redacted>
Fri, 12 Dec 2025 20:14:48 +0000 (21:14 +0100)
committerGitHub <redacted>
Fri, 12 Dec 2025 20:14:48 +0000 (21:14 +0100)
commite39a2ce66d0a61915f22097e5453e291618b3518
treea129286f23312a890576038045fb6e0874706779
parenta8c7f33d792c7ba8ecb889752f80945373e2ddfc
clip: move model cgraphs into their own files (#17965)

* clip: move model cgraphs into their own files

* more explicit enums

* fix linux build

* fix naming

* missing headers

* nits: add comments for contributors
18 files changed:
tools/mtmd/CMakeLists.txt
tools/mtmd/clip-graph.h [new file with mode: 0644]
tools/mtmd/clip-impl.h
tools/mtmd/clip-model.h [new file with mode: 0644]
tools/mtmd/clip.cpp
tools/mtmd/models/cogvlm.cpp [new file with mode: 0644]
tools/mtmd/models/internvl.cpp [new file with mode: 0644]
tools/mtmd/models/kimivl.cpp [new file with mode: 0644]
tools/mtmd/models/llama4.cpp [new file with mode: 0644]
tools/mtmd/models/llava.cpp [new file with mode: 0644]
tools/mtmd/models/minicpmv.cpp [new file with mode: 0644]
tools/mtmd/models/models.h [new file with mode: 0644]
tools/mtmd/models/pixtral.cpp [new file with mode: 0644]
tools/mtmd/models/qwen2vl.cpp [new file with mode: 0644]
tools/mtmd/models/qwen3vl.cpp [new file with mode: 0644]
tools/mtmd/models/siglip.cpp [new file with mode: 0644]
tools/mtmd/models/whisper-enc.cpp [new file with mode: 0644]
tools/mtmd/mtmd.h