Add line break

This commit is contained in:
NanoCode012
2023-05-25 09:37:18 +09:00
parent 702f2eee4b
commit 2a1b5728e6

View File

@@ -37,7 +37,8 @@ accelerate config
accelerate launch scripts/finetune.py examples/4bit-lora-7b/config.yml
# inference
accelerate launch scripts/finetune.py examples/4bit-lora-7b/config.yml --inference --lora_model_dir="./llama-7b-lora-int4"
accelerate launch scripts/finetune.py examples/4bit-lora-7b/config.yml \
--inference --lora_model_dir="./llama-7b-lora-int4"
```
## Installation