]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
fixes #7999 (adds control vectors to all `build_XXX()` functions in `llama.cpp` ...
authorjukofyork <redacted>
Tue, 25 Jun 2024 20:47:40 +0000 (21:47 +0100)
committerGitHub <redacted>
Tue, 25 Jun 2024 20:47:40 +0000 (22:47 +0200)
commit163d50adaf8897d8b734d701ff332de6be63d484
tree14a63570afa1f1d354fb71d7654e34ca53865993
parent6fcbf6823553efabe52ed83e3c2a3329aa3387d1
fixes #7999 (adds control vectors to all `build_XXX()` functions in `llama.cpp` [needs testing] (#8060)

* fixes #7999

The `build_command_r` forgot to add the control vector.

* Fixes qwen2 too

* Fixed all models' control vectors

* Removed double calls to `cb(cur, "l_out", il)`

* Moved control vector logic to llama_control_vector:apply_to()
llama.cpp