]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : fix rope + llama minor optimizations (#3560)
authorHerman Semenov <redacted>
Fri, 20 Oct 2023 10:02:12 +0000 (10:02 +0000)
committerGitHub <redacted>
Fri, 20 Oct 2023 10:02:12 +0000 (13:02 +0300)
commitf439e506e8ae8b01df2ae2156380f8156d7553e3
tree59683267206e83bba460a13347caae31b7f0ea8e
parente78f3ef24af4ca74e77e725644b41ae8ca3b10a5
ggml : fix rope + llama minor optimizations (#3560)

* Minor fixes and fixed memleak

* Using const auto references in range-based loop C++17
common/grammar-parser.cpp
common/train.cpp
ggml.c
llama.cpp