]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : fix MiniCPM (#5392)
authorrunfuture <redacted>
Thu, 8 Feb 2024 10:36:19 +0000 (18:36 +0800)
committerGitHub <redacted>
Thu, 8 Feb 2024 10:36:19 +0000 (12:36 +0200)
commit4aa43fab569215a13495a7f1a0f8afc541b16d03
tree56afda2368ff775a0fda01a543abfbfa89534a0c
parenta6e514a85f0fda38ff78ec91782877ea3d19ed98
llama : fix MiniCPM (#5392)

* fix bug for norm_rms_eps missing

* to align with the same order as convert.py for model write

* fix: undo HF models permute tensor

* update for flake8 lint
convert-hf-to-gguf.py
llama.cpp