]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
mtmd: support dots.ocr (#17575)
authorXuan-Son Nguyen <redacted>
Thu, 9 Apr 2026 10:16:38 +0000 (12:16 +0200)
committerGitHub <redacted>
Thu, 9 Apr 2026 10:16:38 +0000 (12:16 +0200)
commit501aeed18f54716eacc7bd6397376b7829602084
tree9212a689a9609e2f94e4ec1c0c344735e9b36ddd
parent0ec191e1d761a4daec873dfd73278ee356944fe5
mtmd: support dots.ocr (#17575)

* convert gguf

* clip impl

* fix conversion

* wip

* corrections

* update docs

* add gguf to test script
convert_hf_to_gguf.py
docs/multimodal.md
gguf-py/gguf/constants.py
gguf-py/gguf/tensor_mapping.py
tools/mtmd/CMakeLists.txt
tools/mtmd/clip-impl.h
tools/mtmd/clip.cpp
tools/mtmd/models/dotsocr.cpp [new file with mode: 0644]
tools/mtmd/models/models.h
tools/mtmd/mtmd.cpp
tools/mtmd/tests.sh