File size: 219 Bytes
7967cd1
 
 
 
 
52cde69
7967cd1
 
1
2
3
4
5
6
7
8
9
# 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

```