]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : add grok-1 support (#6204)
authorJulius Arkenberg <redacted>
Sat, 23 Mar 2024 16:41:53 +0000 (17:41 +0100)
committerGitHub <redacted>
Sat, 23 Mar 2024 16:41:53 +0000 (18:41 +0200)
commit476b0251b27fb64c575507024a671e639d675594
tree444579ca4cde7158fb79768bba055dcfae3cdb53
parent21cad01b6e6e1a96f99391f95e8ea8ae25c8288e
llama : add grok-1 support (#6204)

* Add support for Grok model architecture

* Revert convert-hf-to-gguf to default options

* Fixed f_norm_rms_eps bug

* Fix whitespaces

* llama : fix grok rope type

* llama : minor

---------

Co-authored-by: Georgi Gerganov <redacted>
convert-hf-to-gguf.py
gguf-py/gguf/constants.py
gguf-py/gguf/tensor_mapping.py
llama.cpp