Thytu
refactor(example): rename 4bit-lora-7b by gptq-lora-7b
7cf07fc
|
raw
history blame
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/4bit-lora-7b/config.yml
```