1 件のコメント (1 件のコメント)4 件のリアクション (4 件のリアクション)0 人の担当者 (0 人の担当者)C++21,781 件のフォーク (21,781 件のフォーク)batch import
enhancementgood first issue
Repository metrics
- Stars
- 124,194 個のスター (124,194 個のスター)
- PR merge metrics
- 平均マージ 6d 8h (平均マージ 6d 8h)30d で 389 merged PRs (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
コントリビューターガイド
- 調査方針
- #6289 での以前の試みを調べて、制御ベクトルの実装を理解します。リポジトリ内のサーバーソースコードを確認し、gpt params がどのように構成されているかを確認します。要件は、control vectors を gpt params に追加し、テストが合格することを確認することです。他の機能で使用されているテストフレームワークを確認します。
- 技術スタック
- cpp
- 領域
- backend
- Issue 種別
- 機能
- 前提条件
- C++llama.cpp codebasecontrol vectors concept