mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 01:24:36 +00:00
wip on hypervisor
This commit is contained in:
parent
4b63ee5096
commit
72f0fdfe87
4 changed files with 191 additions and 49 deletions
|
@ -1276,7 +1276,7 @@ sd_image_t* generate_image(sd_ctx_t* sd_ctx,
|
|||
LOG_DEBUG("prompt after extract and remove lora: \"%s\"", prompt.c_str());
|
||||
|
||||
int64_t t0 = ggml_time_ms();
|
||||
sd_ctx->sd->apply_loras(lora_f2m);
|
||||
// sd_ctx->sd->apply_loras(lora_f2m); //only use hardcoded lora for kcpp
|
||||
if(pending_apply_lora_fname!="" && pending_apply_lora_power>0)
|
||||
{
|
||||
printf("\nApplying LoRA now...\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue