ggml-org/llama.cpp

server: support control vectors

クローズ

#6,316 opened on 2024/03/26

 (1 件のコメント) (4 件のリアクション) (0 人の担当者)C++ (21,781 件のフォーク)batch import
enhancementgood first issue

Repository metrics

Stars
 (124,194 個のスター)
PR merge metrics
 (平均マージ 6d 8h) (30d で 389 merged PRs)

説明

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

コントリビューターガイド