]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
mtmd, model: allow skip build_vit() (#24077)
authorXuan-Son Nguyen <redacted>
Wed, 3 Jun 2026 15:10:35 +0000 (17:10 +0200)
committerGitHub <redacted>
Wed, 3 Jun 2026 15:10:35 +0000 (17:10 +0200)
commita731805cedc83c0514cbd808a2e38ec46c759cc2
tree7a7382d113f84687d60939a704628389279f35d4
parentee4cf705bb6cdc66ed0db7343e665ee58c7e5825
mtmd, model: allow skip build_vit() (#24077)

* add model

* nits
20 files changed:
conversion/__init__.py
conversion/gemma.py
gguf-py/gguf/constants.py
gguf-py/gguf/gguf_writer.py
gguf-py/gguf/tensor_mapping.py
src/llama-arch.cpp
src/llama-arch.h
src/llama-vocab.cpp
src/llama-vocab.h
src/models/gemma4.cpp
tools/mtmd/CMakeLists.txt
tools/mtmd/clip-impl.h
tools/mtmd/clip-model.h
tools/mtmd/clip.cpp
tools/mtmd/models/gemma4ua.cpp [new file with mode: 0644]
tools/mtmd/models/gemma4uv.cpp [new file with mode: 0644]
tools/mtmd/models/models.h
tools/mtmd/mtmd-audio.cpp
tools/mtmd/mtmd-audio.h
tools/mtmd/mtmd.cpp