ggml-org/llama.cpp

server: support control vectors

Chiusa

#6316 aperta il 26 mar 2024

 (1 commento) (4 reazioni) (0 assegnatari)C++ (21.781 fork)batch import
enhancementgood first issue

Metriche repository

Star
 (124.194 stelle)
Metriche merge PR
 (Merge medio 6g 8h) (389 PR mergiate in 30 g)

Descrizione

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

Guida contributor