jrc commited on
Commit
00da718
1 Parent(s): 3b8d380

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 (`lora_finetune_distributed`) and config (`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
 
 
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