Skip to content

Commit c0345a5

Browse files
author
Joe Cummings
committed
Lint
1 parent 3d8d73d commit c0345a5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

torchtune/_recipe_registry.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,10 @@ class Recipe:
107107
Config(name="llama3/70B_full", file_path="llama3/70B_full.yaml"),
108108
Config(name="llama3_1/70B_full", file_path="llama3_1/70B_full.yaml"),
109109
Config(name="llama3_3/70B_full", file_path="llama3_3/70B_full.yaml"),
110-
Config(name="llama3_3/70B_full_multinode", file_path="llama3_3/70B_full_multinode.yaml"),
110+
Config(
111+
name="llama3_3/70B_full_multinode",
112+
file_path="llama3_3/70B_full_multinode.yaml",
113+
),
111114
Config(name="mistral/7B_full", file_path="mistral/7B_full.yaml"),
112115
Config(name="gemma/2B_full", file_path="gemma/2B_full.yaml"),
113116
Config(name="gemma/7B_full", file_path="gemma/7B_full.yaml"),

0 commit comments

Comments
 (0)