Skip to content

Tags: aaly/llama.cpp

Tags

b5605

Toggle b5605's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: add LoongArch cross-compile build (ggml-org#13944)

b3230

Toggle b3230's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fixes ggml-org#7999 (adds control vectors to all `build_XXX()` functi…

…ons in `llama.cpp` [needs testing] (ggml-org#8060)

* fixes ggml-org#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()