]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama : rename n_embed to n_embd in rwkv6_time_mix (#9504)
authorDaniel Bevenius <redacted>
Mon, 16 Sep 2024 11:07:13 +0000 (13:07 +0200)
committerGitHub <redacted>
Mon, 16 Sep 2024 11:07:13 +0000 (14:07 +0300)
commitacb2c32c336ce60d765bb189563cc216e57e9fc2
tree78f7fa06685822b64309d11ae485fd3cfb8afe34
parenta6a3a5c531c73aef85750a847d21e7d4671e723d
llama : rename n_embed to n_embd in rwkv6_time_mix (#9504)

This commit renames n_embed to n_embd in llm_build_rwkv6_time_mix.

The motivation for this change is consistency with the other rwkv6
functions like build_rwkv6 (and other parts of the code base).
src/llama.cpp