]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : make cell_id const in inp_s_mask block (#9470)
authorDaniel Bevenius <redacted>
Sat, 14 Sep 2024 07:50:12 +0000 (09:50 +0200)
committerGitHub <redacted>
Sat, 14 Sep 2024 07:50:12 +0000 (10:50 +0300)
commitbefaf1197fa447f61714de041828852a270659d2
tree70d1c95c87fc31932edf55fde76d3185f09a57da
parentfeff4aa8461da7c432d144c11da4802e41fef3cf
llama : make cell_id const in inp_s_mask block (#9470)

This commit makes the cell_id variable const in the inp_s_mask block.

The motivation for this change is consistency with the code in the
inp_s_copy block.
src/llama.cpp