mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Change a warning message
This commit is contained in:
parent
e763ace593
commit
3a6e194bc7
@ -234,7 +234,7 @@ def do_train(lora_name: str, always_override: bool, save_steps: int, micro_batch
|
||||
time.sleep(5)
|
||||
|
||||
if shared.args.wbits > 0 and not shared.args.monkey_patch:
|
||||
yield "LoRA training in 4-bit requires loading with `--monkey-patch`"
|
||||
yield "LoRA training with GPTQ models requires loading with `--monkey-patch`"
|
||||
return
|
||||
|
||||
elif not shared.args.load_in_8bit and shared.args.wbits <= 0:
|
||||
|
Loading…
Reference in New Issue
Block a user