]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
convert : experimental support for `--mmproj` flag (#13023)
authorXuan-Son Nguyen <redacted>
Sun, 20 Apr 2025 21:29:36 +0000 (23:29 +0200)
committerGitHub <redacted>
Sun, 20 Apr 2025 21:29:36 +0000 (23:29 +0200)
commit2016f07bd106c73699ecbaace80f55db5ed95dac
tree394aa290c7743d2ced42e44e0d2f3ade34344a04
parent6602304814e679cc8c162bb760a034aceb4f8965
convert : experimental support for `--mmproj` flag (#13023)

* convert : experimental support for `--mmproj` flag

* fix bad ctrl+f replace

* fix style

* split into subclasses TextModel and VisionModel

* rename Mode --> ModelBase

* small fix

* correct CLIP_VISION arch name (because existing GGUF already use it)

* Apply suggestions from code review

Co-authored-by: compilade <redacted>
* fix Mistral3Model

* fix typo

Co-authored-by: compilade <redacted>
---------

Co-authored-by: compilade <redacted>
convert_hf_to_gguf.py
convert_lora_to_gguf.py
examples/llava/clip-impl.h
gguf-py/gguf/constants.py
gguf-py/gguf/tensor_mapping.py