Skip to content

Commit ecec2aa

Browse files
committed
Fix recipe registry
1 parent d3ecef8 commit ecec2aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torchtune/_recipe_registry.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ class Recipe:
3232
supports_distributed=True,
3333
),
3434
Recipe(
35-
name="dev/s_finetune_single_device",
35+
name="dev/grpo_lora_finetune_single_device",
3636
file_path="dev/grpo_lora_finetune_single_device.py",
3737
configs=[
3838
Config(name="dev/3B_lora_grpo", file_path="dev/3B_lora_grpo.yaml"),
3939
],
40-
supports_distributed=True,
40+
supports_distributed=False,
4141
),
4242
Recipe(
4343
name="full_finetune_single_device",

0 commit comments

Comments
 (0)