Skip to content

Commit

Permalink
fix ckpt file
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Mello committed Dec 3, 2024
1 parent e544031 commit 623a955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/configs/llama3_2/1B_lora_single_device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ checkpointer:
_component_: torchtune.training.FullModelHFCheckpointer
checkpoint_dir: /tmp/Llama-3.2-1B-Instruct/
checkpoint_files: [
epoch_2/ft-model-00001-of-00001.safetensors
model.safetensors
]
recipe_checkpoint: null
output_dir: ${output_dir}
Expand Down

0 comments on commit 623a955

Please sign in to comment.