Skip to content

Commit b9e666b

Browse files
iseeyuankartikayk
andauthored
Update examples/models/llama2/README.md
Co-authored-by: Kartikay Khandelwal <[email protected]>
1 parent 5c64cca commit b9e666b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/models/llama2/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,12 @@ tune run lora_finetune_single_device \
103103
--config llama2/7B_lora_single_device \
104104
checkpointer.checkpoint_dir=<path_to_checkpoint_folder> \
105105
tokenizer.path=<path_to_checkpoint_folder>/tokenizer.model
106+
To run full finetuning with Llama2 7B on a single device, you can use the following command.
106107
108+
tune run full_finetune_single_device \
109+
--config llama2/7B_full_single_device \
110+
checkpointer.checkpoint_dir=<path_to_checkpoint_folder> \
111+
tokenizer.path=<path_to_checkpoint_folder>/tokenizer.model
107112
108113
## Step 3: Evaluate model accuracy
109114

0 commit comments

Comments
 (0)