]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : add Falcon3 support (#10883)
authorBillel Mokeddem <redacted>
Sun, 22 Dec 2024 22:09:58 +0000 (01:09 +0300)
committerGitHub <redacted>
Sun, 22 Dec 2024 22:09:58 +0000 (00:09 +0200)
commit7ae33a616f44ecc081f3dcb589be20962d1d4a92
tree59537f268b386887e2ba206dc0aaf3a2766a81d1
parentebdee9478ca7ba65497b9b96f7457698c6ee5115
llama : add Falcon3 support (#10883)

* Add Falcon3 model support

* Add fix for adding bos to added special tokens

* Add comment explaining the logic behind the if statement

* Add a log message to better track the when the following line of code is triggered

* Update log to only print when input and output characters are different

* Fix handling pre-normalized tokens

* Refactoring
convert_hf_to_gguf.py
convert_hf_to_gguf_update.py
src/llama.cpp