mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-09 16:44:35 +00:00
added scale for text lora
This commit is contained in:
parent
74ef097c4a
commit
51dc1cf920
3 changed files with 12 additions and 4 deletions
|
@ -2394,7 +2394,7 @@ ModelLoadResult gpttype_load_model(const load_model_inputs inputs, FileFormat in
|
|||
fprintf(stderr, "%s: error: failed to apply lora adapter\n", __func__);
|
||||
return ModelLoadResult::FAIL;
|
||||
}
|
||||
llama_set_adapter_lora(llama_ctx_v4, adapter, 1.0f);
|
||||
llama_set_adapter_lora(llama_ctx_v4, adapter, inputs.lora_multiplier);
|
||||
}
|
||||
|
||||
if(mmproj_filename != "" && file_format==FileFormat::GGUF_GENERIC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue