]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : add SEA-LION support (#6448)
authorbryanSwk <redacted>
Wed, 3 Apr 2024 18:05:10 +0000 (02:05 +0800)
committerGitHub <redacted>
Wed, 3 Apr 2024 18:05:10 +0000 (21:05 +0300)
commitbb43cf7e9d86d69ffd9c7f008f75db890a35b45a
tree4abfed45ae4e8c2dd59c0a49df4c0f0cf801515e
parent9f62c0173d964972849251c8ad12fc356f5b7896
llama : add SEA-LION support (#6448)

* initial commit for sealion support

* add sealion support

* minor fix

* q/k ln and pos_embd only if required

* Apply suggestions from code review

Co-authored-by: Georgi Gerganov <redacted>
* minor : clear whitespaces

---------

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