Nanobit's picture
Fix config path after config moved
52cde69
|
raw
history blame
No virus
219 Bytes
# LLaMa 7B using LoRA
This is a good place to start for beginners. This will run on an NVIDIA RTX4090 with no other changes needed.
```shell
accelerate launch scripts/finetune.py examples/gptq-lora-7b/config.yml
```