]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : Add Gemma 3 support (+ experimental vision capability) (#12343)
authorXuan-Son Nguyen <redacted>
Wed, 12 Mar 2025 08:30:24 +0000 (09:30 +0100)
committerGitHub <redacted>
Wed, 12 Mar 2025 08:30:24 +0000 (09:30 +0100)
commit7841fc723e059d1fd9640e5c0ef19050fcc7c698
tree9e68ca11a904931ede810eeb1ccde084312a8e5e
parentbf69cfe62f9ccc01112c0232a55820b95a8c1fda
llama : Add Gemma 3 support (+ experimental vision capability) (#12343)

* llama : Add Gemma 3 text-only support

* fix python coding style

* fix compile on ubuntu

* python: fix style

* fix ubuntu compile

* fix build on ubuntu (again)

* fix ubuntu build, finally

* clip : Experimental support for Gemma 3 vision (#12344)

* clip : Experimental support for Gemma 3 vision

* fix build

* PRId64
convert_hf_to_gguf.py
examples/llava/CMakeLists.txt
examples/llava/README-gemma3.md [new file with mode: 0644]
examples/llava/clip.cpp
examples/llava/gemma3-cli.cpp [new file with mode: 0644]
examples/llava/gemma3_convert_encoder_to_gguf.py [new file with mode: 0644]
gguf-py/gguf/constants.py
src/llama-arch.cpp
src/llama-arch.h
src/llama-model.cpp
src/llama.cpp