]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llava: add quantization for the visual projector LLAVA, Qwen2VL (#11644)
authorSAMI <redacted>
Wed, 5 Feb 2025 07:45:40 +0000 (14:45 +0700)
committerGitHub <redacted>
Wed, 5 Feb 2025 07:45:40 +0000 (10:45 +0300)
commit1ec208083cb896dd8772a2f962151fa3d4a74e36
treede1d2fa255dccd6c87f5cc9c7a13712ce86362c1
parent9f4cc8f8d310b13ab3fc93a9be81b1d1376a7fa6
llava: add quantization for the visual projector LLAVA, Qwen2VL (#11644)

* Added quantization for visual projector
* Added README
* Fixed the clip quantize implementation in the file

* Fixed the gcc warning regarding minor linting

* Removed trailing whitespace
examples/llava/CMakeLists.txt
examples/llava/README-quantize.md [new file with mode: 0644]
examples/llava/clip-quantize-cli.cpp [new file with mode: 0644]
examples/llava/clip.cpp