From 3a6e194bc7a65a30684f5bf9dff2c731aed02e73 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 29 May 2023 22:39:23 -0300 Subject: [PATCH] Change a warning message --- modules/training.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/training.py b/modules/training.py index f86fa5a4..6af26520 100644 --- a/modules/training.py +++ b/modules/training.py @@ -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: