]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
model: Add support for Tiny Aya Models (#19611)
authorSaurabh Dash <redacted>
Mon, 16 Feb 2026 15:28:46 +0000 (10:28 -0500)
committerGitHub <redacted>
Mon, 16 Feb 2026 15:28:46 +0000 (16:28 +0100)
commit5f28c53d11210f3521328d6dac620c4b6ae0044b
treebc0d94a39d51f2877c86a3b911028e95dcbce817
parent44084941448d841c9b12ad250da5619cddb58bd6
model: Add support for Tiny Aya Models (#19611)

* changes for tiny aya

* changes to hash

* changes to vocab

* fix some tokenizer regex edge cases

* update comment

* add some comments for regex

* Apply suggestion from @ngxson

---------

Co-authored-by: Xuan-Son Nguyen <redacted>
convert_hf_to_gguf.py
convert_hf_to_gguf_update.py
src/llama-vocab.cpp
src/llama-vocab.h
src/unicode.cpp