fix bool args according to python fire docs
Browse files
README.md
CHANGED
@@ -372,7 +372,7 @@ Add below flag to train command above (and using LoRA)
|
|
372 |
Add below flag to train command above (and using QLoRA)
|
373 |
|
374 |
```bash
|
375 |
-
--merge_lora --lora_model_dir="./completed-model" --load_in_8bit
|
376 |
```
|
377 |
|
378 |
## Common Errors 🧰
|
|
|
372 |
Add below flag to train command above (and using QLoRA)
|
373 |
|
374 |
```bash
|
375 |
+
--merge_lora --lora_model_dir="./completed-model" --load_in_8bit=False --load_in_4bit=False
|
376 |
```
|
377 |
|
378 |
## Common Errors 🧰
|