fix bool args according to python fire docs

This commit is contained in:
Wing Lian
2023-05-25 22:45:41 -04:00
parent 7b5e762be2
commit e7e1a777bd

View File

@@ -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 🧰