]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
fix: Move build_inp_pos to the top of the graph section for build_granite (#13538)
authorGabe Goodhart <redacted>
Wed, 14 May 2025 12:53:59 +0000 (06:53 -0600)
committerGitHub <redacted>
Wed, 14 May 2025 12:53:59 +0000 (15:53 +0300)
commit5e7d95e22e386d316f7f659b74c9c34b65507912
treeed9af749a0be014d43acd3e9afab1e2dd32bb09b
parent053174436f3b3cbb01077f26ff17809537b832c7
fix: Move build_inp_pos to the top of the graph section for build_granite (#13538)

This matches how others do it, but will still avoid the extra
initialization when rope is disabled.

Branch: GraniteFour

Signed-off-by: Gabe Goodhart <redacted>
src/llama-model.cpp