]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
model: add Janus Pro for image understanding (#16906)
authorZhiyong Wang <redacted>
Sun, 2 Nov 2025 21:08:04 +0000 (13:08 -0800)
committerGitHub <redacted>
Sun, 2 Nov 2025 21:08:04 +0000 (22:08 +0100)
commit6b9a52422bac0f50dd8f1f8386744fa3ce9783bf
tree010d3d83969b26e5f5cc8a483ace67fa6cec4567
parent2f966b8ed87514e74bb96592217226cb6a6974dd
model: add Janus Pro for image understanding (#16906)

* Add support for Janus Pro

* Update gguf-py/gguf/tensor_mapping.py

Co-authored-by: Sigbjørn Skjæret <redacted>
* Update gguf-py/gguf/tensor_mapping.py

Co-authored-by: Sigbjørn Skjæret <redacted>
* Address reviewer suggestions

Co-authored-by: Sigbjørn Skjæret <redacted>
* Add JANUS_PRO constant

* Update clip model handling

Co-authored-by: Xuan-Son Nguyen <redacted>
* Update tools/mtmd/clip.cpp

Co-authored-by: Xuan-Son Nguyen <redacted>
* Refactor JANUS_PRO handling in clip.cpp

Co-authored-by: Xuan-Son Nguyen <redacted>
* Update tools/mtmd/clip.cpp

Co-authored-by: Sigbjørn Skjæret <redacted>
* em whitespace

---------

Co-authored-by: Sigbjørn Skjæret <redacted>
Co-authored-by: Xuan-Son Nguyen <redacted>
Co-authored-by: Xuan-Son Nguyen <redacted>
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