ggml-org/llama.cpp

server: support control vectors

已關閉

#6,316 建立於 2024年3月26日

 (1 則留言) (4 個反應) (0 位負責人)C++ (21,812 個分叉)batch import
enhancementgood first issue

倉庫指標

星標
 (124,339 顆星)
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

貢獻者指南