]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Implement the OLMo architecture (#6741)
authornopperl <redacted>
Fri, 19 Apr 2024 09:35:54 +0000 (09:35 +0000)
committerGitHub <redacted>
Fri, 19 Apr 2024 09:35:54 +0000 (11:35 +0200)
commit9958c81b798a5872087b30b360e4674871f2479e
tree4f5bb8ee68ce6da0bdb070dbfb329de333377190
parent8b1b1f4982d3e9b994308d05a1c8b9e45c23edb5
Implement the OLMo architecture (#6741)

* implement olmo architecture

* remove unused variable

* remove unused moe branch

* remove check for weight

* remove superfluous moe, bias and rope tensors

* clarified comment

* fix clamp_kqv setting

* remove obsolete parameter name filter
README.md
convert-hf-to-gguf.py
gguf-py/gguf/constants.py
llama.cpp