README.md 319 Bytes
Newer Older
chenzk's avatar
v1.0  
chenzk committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Overview

This is a simple example of how to finetune TinyLlama1.1B using either lora or qlora:

LoRa:

```
accelerate launch -m axolotl.cli.train examples/tiny-llama/lora.yml
```

qLoRa:

```
accelerate launch -m axolotl.cli.train examples/tiny-llama/qlora.yml
```

Both take about 10 minutes to complete on a 4090.