ggml-org/llama.cpp

server: support control vectors

Fechada

#6.316 aberto em 26 de mar. de 2024

 (1 comentário) (4 reações) (0 responsável)C++ (21.781 forks)batch import
enhancementgood first issue

Métricas do repositório

Stars
 (124.194 estrelas)
Métricas de merge de PR
 (Mesclagem média 6d 8h) (389 fundiu PRs em 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

Guia do colaborador