Files
axolotl/examples/4bit-lora-7b/README.md
2023-05-09 14:38:32 -04:00

9 lines
219 B
Markdown

# 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/4bit-lora-7b/config.yml
```