mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
use new shared.args.lora_dir
This commit is contained in:
parent
31f04dc615
commit
ec6224f556
@ -92,8 +92,7 @@ def do_train(lora_name: str, micro_batch_size: int, batch_size: int, epochs: int
|
||||
|
||||
# == Input validation / processing ==
|
||||
yield "Prepping..."
|
||||
# TODO: --lora-dir PR once pulled will need to be applied here
|
||||
lora_name = f"loras/{clean_path(None, lora_name)}"
|
||||
lora_name = f"{shared.args.lora_dir}/{clean_path(None, lora_name)}"
|
||||
if dataset is None:
|
||||
return "**Missing dataset choice input, cannot continue.**"
|
||||
if format is None:
|
||||
|
Loading…
Reference in New Issue
Block a user