]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
mtmd: add chunks and fix preproc for qwen3a (#23073)
authorXuan-Son Nguyen <redacted>
Fri, 15 May 2026 17:32:47 +0000 (19:32 +0200)
committerGitHub <redacted>
Fri, 15 May 2026 17:32:47 +0000 (19:32 +0200)
commit72e60f500d739eb9dc26e51cda5fdfe062faf766
treedeefdb3a8d221c842300200f8672529da4c65421
parent8be1786707cdac011b90bf0d6ddb67c3eb6877f3
mtmd: add chunks and fix preproc for qwen3a (#23073)

* mtmd: add chunks and fix preproc for qwen3a

* add attn_mask

* limit mtmd_chunk size (avoid blow up memory)

* correct audio tokens

* re-order the set_input case

* remove attn_mask
tools/mtmd/clip-graph.h
tools/mtmd/clip.cpp
tools/mtmd/clip.h
tools/mtmd/models/qwen3a.cpp
tools/mtmd/mtmd-audio.cpp
tools/mtmd/mtmd-audio.h
tools/mtmd/mtmd.cpp