Skip to content

Commit 5b1a15c

Browse files
committed
Remove distributed lora grpo from registry
1 parent 7a6c1d3 commit 5b1a15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchtune/_recipe_registry.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Recipe:
3232
supports_distributed=True,
3333
),
3434
Recipe(
35-
name="dev/grpo_lora_finetune_single_device",
35+
name="dev/s_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"),

0 commit comments

Comments
 (0)