You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: training/a4x/llama3-1-70b/nemo-pretraining-gke/16node-FP8CS-GBS2048/recipe/llama3-1-70b-fp8cs-gbs2048-gpus64.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
"""Nemo2 pretraining recipe for Llama 3.1 8B model."""
1
+
"""Nemo2 pretraining recipe for Llama 3.1 70B model."""
2
2
3
3
fromnemo.collectionsimportllm
4
4
fromnemo.collections.llm.recipesimportllama31_70b
@@ -17,7 +17,7 @@ def recipe(
17
17
profile_end_step: int=0,
18
18
profile_ranks: str="0",
19
19
) ->run.Partial:
20
-
"""Returns a Nemo2 training recipe for Llama 3.1 8B model.
20
+
"""Returns a Nemo2 training recipe for Llama 3.1 70B model.
21
21
22
22
Args:
23
23
profile_enabled: Whether to enable Nsys profiling.
0 commit comments