ggml-org/llama.cpp

server: support control vectors

Geschlossen

#6.316 geöffnet am 26.03.2024

 (1 Kommentar) (4 Reaktionen) (0 zugewiesene Personen)C++ (21.822 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (124.374 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 6T 8h) (389 gemergte PRs in 30 T)

Beschreibung

Motivation

It would be nice to support control vectors in the servers.

Requirements

  • Configure gpt_params::control_vectors from common
  • Tests the feature using the framework

References

  • A first attemp has been made here: #6289

Contributor Guide