]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
mtmd : support Kimi VL model (#15458)
authorXuan-Son Nguyen <redacted>
Tue, 26 Aug 2025 10:54:19 +0000 (12:54 +0200)
committerGitHub <redacted>
Tue, 26 Aug 2025 10:54:19 +0000 (12:54 +0200)
commit79a546220c719e6a70627b243a478ab8d84dc9e1
tree6842fa201b42d73094809b9365512e85a6e6773e
parent85cc1ae998e4898d9fa992cb9b8620338cee97bf
mtmd : support Kimi VL model (#15458)

* convert : fix tensor naming conflict for llama 4 vision

* convert ok

* support kimi vision model

* clean up

* fix style

* fix calc number of output tokens

* refactor resize_position_embeddings

* add test case

* rename build fn

* correct a small bug
convert_hf_to_gguf.py
gguf-py/gguf/constants.py
gguf-py/gguf/tensor_mapping.py
tools/mtmd/clip-impl.h
tools/mtmd/clip.cpp
tools/mtmd/tests.sh