You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bool lora_init_without_apply = false; // only load lora to memory, but do not apply it to ctx (user can manually apply lora later using llama_lora_adapter_apply)
250
-
std::vector<common_lora_adapter_info> lora_adapters; // lora adapter path with user defined scale
249
+
bool lora_init_without_apply = false; // only load lora to memory, but do not apply it to ctx (user can manually apply lora later using llama_adapter_lora_apply)
250
+
std::vector<common_adapter_lora_info> lora_adapters; // lora adapter path with user defined scale
251
251
252
252
std::vector<common_control_vector_load_info> control_vectors; // control vector with user defined scale
0 commit comments