Skip to content

Commit

Permalink
fixing recipe registry
Browse files Browse the repository at this point in the history
  • Loading branch information
SalmanMohammadi committed Nov 27, 2024
1 parent 2742033 commit 770f1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchtune/_recipe_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ class Recipe:
file_path="llama2/7B_lora_dpo_single_device.yaml",
),
Config(
name="llama3_1/8B_lora_single_device",
name="llama3_1/8B_lora_dpo_single_device",
file_path="llama3_1/8B_lora_dpo_single_device.yaml",
),
],
Expand Down

0 comments on commit 770f1e9

Please sign in to comment.