Files
axolotl/examples/gptq-lora-7b/README.md
2023-05-27 12:37:53 +00: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
```