mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-21 18:52:02 +00:00
dropped support for lora base as upstream no longer uses it. If provided it will be silently ignored
This commit is contained in:
parent
51dc1cf920
commit
8e1ebc55b5
4 changed files with 4 additions and 35 deletions
|
|
@ -33,7 +33,6 @@ extern "C"
|
|||
{
|
||||
std::string model = inputs.model_filename;
|
||||
lora_filename = inputs.lora_filename;
|
||||
lora_base = inputs.lora_base;
|
||||
mmproj_filename = inputs.mmproj_filename;
|
||||
draftmodel_filename = inputs.draftmodel_filename;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue