Fix config path after config moved

This commit is contained in:
NanoCode012
2023-06-12 17:06:15 +09:00
parent f31a338cbb
commit 52cde69288
3 changed files with 6 additions and 6 deletions

View File

@@ -2,15 +2,15 @@
Basic full tune
```shell
accelerate launch scripts/finetune.py examples/qlora-openllama-3b/config.yml
accelerate launch scripts/finetune.py examples/openllama-3b/config.yml
```
LoRA
```shell
accelerate launch scripts/finetune.py examples/qlora-openllama-3b/lora.yml
accelerate launch scripts/finetune.py examples/openllama-3b/lora.yml
```
QLoRA
```shell
accelerate launch scripts/finetune.py examples/qlora-openllama-3b/qlora.yml
accelerate launch scripts/finetune.py examples/openllama-3b/qlora.yml
```