]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : fix attention layer count sanity check (#6550)
authorGeorgi Gerganov <redacted>
Mon, 8 Apr 2024 19:25:49 +0000 (22:25 +0300)
committerGitHub <redacted>
Mon, 8 Apr 2024 19:25:49 +0000 (22:25 +0300)
commitcc4a95426d17417d3c83f12bdb514fbe8abe2a88
tree31d35c2e8430484dba54f675ab6b711773f72ad3
parentcecd8d3c98b48f51aaa1d4c729e55bd319f6799c
llama : fix attention layer count sanity check (#6550)

* llama : fix attention layer count sanity check

* llama : fix parentheses in attention layer count sanity check

There was otherwise a warning when compiling.

---------

Co-authored-by: Francis Couture-Harpin <redacted>
llama.cpp