]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
model, mtmd: fix gguf conversion for audio/vision mmproj (#21309)
authorXuan-Son Nguyen <redacted>
Thu, 2 Apr 2026 15:10:32 +0000 (17:10 +0200)
committerGitHub <redacted>
Thu, 2 Apr 2026 15:10:32 +0000 (17:10 +0200)
commit63f8fe0ef4d134378fcdd67f50b05dff3cee179b
tree3217d3869a13d0c2cef2a1dcead819471c18f6ad
parent223373742bc1bd48e37b22192d1302f54d6f14bc
model, mtmd: fix gguf conversion for audio/vision mmproj (#21309)

* fix gguf conversion for audio/vision mmproj

* fix test
27 files changed:
common/chat-auto-parser-generator.cpp
common/chat-auto-parser.h
common/chat-diff-analyzer.cpp
common/chat.cpp
convert_hf_to_gguf.py
examples/eval-callback/eval-callback.cpp
gguf-py/gguf/constants.py
gguf-py/gguf/gguf_writer.py
gguf-py/gguf/tensor_mapping.py
src/CMakeLists.txt
src/llama-arch.cpp
src/llama-arch.h
src/llama-hparams.h
src/llama-model.cpp
src/llama-model.h
src/llama-vocab.cpp
src/models/gemma4-iswa.cpp [new file with mode: 0644]
src/models/models.h
tests/test-llama-archs.cpp
tools/mtmd/CMakeLists.txt
tools/mtmd/clip-graph.h
tools/mtmd/clip-impl.h
tools/mtmd/clip-model.h
tools/mtmd/clip.cpp
tools/mtmd/models/gemma4v.cpp [new file with mode: 0644]
tools/mtmd/models/models.h
tools/mtmd/mtmd.cpp