We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c64cca commit b9e666bCopy full SHA for b9e666b
examples/models/llama2/README.md
@@ -103,7 +103,12 @@ tune run lora_finetune_single_device \
103
--config llama2/7B_lora_single_device \
104
checkpointer.checkpoint_dir=<path_to_checkpoint_folder> \
105
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.
107
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
112
113
## Step 3: Evaluate model accuracy
114
0 commit comments