fix bool args according to python fire docs
This commit is contained in:
@@ -372,7 +372,7 @@ Add below flag to train command above (and using LoRA)
|
|||||||
Add below flag to train command above (and using QLoRA)
|
Add below flag to train command above (and using QLoRA)
|
||||||
|
|
||||||
```bash
|
```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 🧰
|
## Common Errors 🧰
|
||||||
|
|||||||
Reference in New Issue
Block a user