9 lines
219 B
Markdown
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
|
|
|
|
```
|