From e7e1a777bdf529ede1eb84c1c8df3830156cae34 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Thu, 25 May 2023 22:45:41 -0400 Subject: [PATCH] fix bool args according to python fire docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28cbf21b8..af32eb64e 100644 --- a/README.md +++ b/README.md @@ -372,7 +372,7 @@ Add below flag to train command above (and using LoRA) Add below flag to train command above (and using QLoRA) ```bash ---merge_lora --lora_model_dir="./completed-model" --load_in_8bit False --load_in_4bit False +--merge_lora --lora_model_dir="./completed-model" --load_in_8bit=False --load_in_4bit=False ``` ## Common Errors 🧰