Skip to content

Commit 80e5160

Browse files
authored
Update RECIPE_ROOT path in README.md
1 parent 3034e51 commit 80e5160

File tree

1 file changed

+1
-1
lines changed
  • training/a4/llama3-1-70b/nemo-pretraining-gke/2node-bf16-seq8192-gbs1024

1 file changed

+1
-1
lines changed

training/a4/llama3-1-70b/nemo-pretraining-gke/2node-bf16-seq8192-gbs1024/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Clone the `gpu-recipes` repository and set a reference to the recipe folder.
7171
git clone https://github.com/ai-hypercomputer/gpu-recipes.git
7272
cd gpu-recipes
7373
export REPO_ROOT=`git rev-parse --show-toplevel`
74-
export RECIPE_ROOT=$REPO_ROOT/training/a4/llama3-1-70b-seq8192-gbs1024-mbs1-gpus16/nemo-pretraining-gke/2_nodes
74+
export RECIPE_ROOT=$REPO_ROOT/training/a4/llama3-1-70b/nemo-pretraining-gke/2node-bf16-seq8192-gbs1024
7575
cd $RECIPE_ROOT
7676
```
7777

0 commit comments

Comments
 (0)