ggml-org/llama.cpp

server: support control vectors

Closed

#6,316 opened on Mar 26, 2024

 (1 comment) (4 reactions) (0 assignees)C++ (21,764 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (124,134 stars)
PR merge metrics
 (Avg merge 6d 8h) (389 merged PRs in 30d)

Description

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