mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-02 09:12:03 +00:00
separate source layer for steering vector.
This commit is contained in:
@@ -77,6 +77,7 @@ struct gpt_params {
|
||||
std::string steering_sub;
|
||||
float steering_mul = 1.0f;
|
||||
int steering_layer = 15;
|
||||
int steering_source = 2;
|
||||
};
|
||||
|
||||
bool gpt_params_parse(int argc, char ** argv, gpt_params & params);
|
||||
|
||||
Reference in New Issue
Block a user