]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
hparams : add n_embd_inp() to support extended embed (#16928)
authorSigbjørn Skjæret <redacted>
Fri, 7 Nov 2025 18:27:58 +0000 (19:27 +0100)
committerGitHub <redacted>
Fri, 7 Nov 2025 18:27:58 +0000 (19:27 +0100)
commit9008027aa376526819415469f74fb9281136224e
tree43a2b75cb78ff5f14f069bf2b12bc8f9e80434dd
parent16bcc1259d311d0fd37fe00fefcc7900324d38cb
hparams : add n_embd_inp() to support extended embed (#16928)

* add n_embd_full to support extended embed

* don't change output

* rename to n_embd_inp

* restore n_embd where applicable
include/llama.h
src/llama-context.cpp
src/llama-graph.cpp
src/llama-hparams.cpp
src/llama-hparams.h
src/llama-model.cpp
src/models/qwen3vl-moe.cpp
src/models/qwen3vl.cpp
tools/mtmd/mtmd.cpp