ggml-org/llama.cpp

server: support control vectors

已关闭

#6,316 创建于 2024年3月26日

 (1 条评论) (4 个反应) (0 位负责人)C++ (21,764 个派生)batch import
enhancementgood first issue

仓库指标

星标
 (124,134 个星标)
PR 合并指标
 (平均合并 6天 8小时) (30 天内合并 389 个 PR)

描述

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

贡献者指南