1 comment (1 comment)4 reactions (4 reactions)0 assignees (0 assignees)C++21,764 forks (21,764 forks)batch import
enhancementgood first issue
Repository metrics
- Stars
- 124,134 stars (124,134 stars)
- PR merge metrics
- Avg merge 6d 8h (Avg merge 6d 8h)389 merged PRs in 30d (389 merged PRs in 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
Contributor guide
- Research direction
- Examine the previous attempt in #6289 to understand the control vectors implementation. Look at the server source code in the repository to see how gpt params are configured. The requirements are to add control vectors to gpt params and ensure tests pass. Check the testing framework used for other features.
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- C++llama.cpp codebasecontrol vectors concept