We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8d73d commit c0345a5Copy full SHA for c0345a5
torchtune/_recipe_registry.py
@@ -107,7 +107,10 @@ class Recipe:
107
Config(name="llama3/70B_full", file_path="llama3/70B_full.yaml"),
108
Config(name="llama3_1/70B_full", file_path="llama3_1/70B_full.yaml"),
109
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"),
+ Config(
111
+ name="llama3_3/70B_full_multinode",
112
+ file_path="llama3_3/70B_full_multinode.yaml",
113
+ ),
114
Config(name="mistral/7B_full", file_path="mistral/7B_full.yaml"),
115
Config(name="gemma/2B_full", file_path="gemma/2B_full.yaml"),
116
Config(name="gemma/7B_full", file_path="gemma/7B_full.yaml"),
0 commit comments