mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-07 00:41:50 +00:00
gcc path fix
This commit is contained in:
parent
b06dd2606e
commit
c8800ed16c
1 changed files with 1 additions and 1 deletions
|
|
@ -1058,7 +1058,7 @@ sd_generation_outputs sdtype_generate(const sd_generation_inputs inputs)
|
|||
spec.path = sd_params->lora_paths[i].c_str();
|
||||
spec.multiplier = multiplier;
|
||||
lora_specs.push_back(spec);
|
||||
std::string lora_name = std::filesystem::path(sd_params->lora_paths[i]).stem();
|
||||
std::string lora_name = std::filesystem::path(sd_params->lora_paths[i]).stem().string();
|
||||
lora_meta << "<lora:" << lora_name << ":" << multiplier << ">";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue