Fix inference command

This commit is contained in:
NanoCode012
2023-05-25 09:36:33 +09:00
parent 88bba24d9e
commit 702f2eee4b

View File

@@ -37,7 +37,7 @@ 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
accelerate launch scripts/finetune.py examples/4bit-lora-7b/config.yml --inference --lora_model_dir="./llama-7b-lora-int4"
```
## Installation