]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
model : Add support for Arcee AI's upcoming AFM model (#14185)
authorBartowski <redacted>
Sun, 15 Jun 2025 23:04:06 +0000 (00:04 +0100)
committerGitHub <redacted>
Sun, 15 Jun 2025 23:04:06 +0000 (01:04 +0200)
commitd7da8dc83a03b30e1ec10317080082ea76840c38
tree54aef9b24c2b5cdbf64f0c56f7d416c0c3fbd2d6
parentcd355eda7df1898d25d433b4bdaa4b4b479e0bad
model : Add support for Arcee AI's upcoming AFM model (#14185)

* Add Arcee AFM support

* Add draft update code

* Fix linter and update URL, may still not be final

* Update src/llama-model.cpp

Co-authored-by: Xuan-Son Nguyen <redacted>
* Remote accidental blank line

---------

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