Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ This is a Llama3 8B based model trained using [torchtune](https://pytorch.org/to
|
|
18 |
|
19 |
### Training details
|
20 |
|
21 |
-
The exact training script (
|
22 |
|
23 |
**Training command**: ``tune run --nproc_per_node 8 lora_finetune_distributed --config 8B_lora.yaml``
|
24 |
|
|
|
18 |
|
19 |
### Training details
|
20 |
|
21 |
+
The exact training script ([lora_finetune_distributed](./lora_finetune_distributed.py)) and config ([8B_lora.yaml](./8B_lora.yaml)) are both included in this repository.
|
22 |
|
23 |
**Training command**: ``tune run --nproc_per_node 8 lora_finetune_distributed --config 8B_lora.yaml``
|
24 |
|