Skip to content

Commit 0f6813c

Browse files
authored
Update README with correct RECIPE_ROOT path (#40)
1 parent bc0fb14 commit 0f6813c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

training/a4/llama3-1-70b/nemo-pretraining-gke/32node-bf16-seq8192-gbs2048/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-gbs2048-mbs1-gpus256/nemo-pretraining-gke/32_nodes
74+
export RECIPE_ROOT=$REPO_ROOT/training/a4/llama3-1-70b/nemo-pretraining-gke/32node-bf16-seq8192-gbs2048
7575
cd $RECIPE_ROOT
7676
```
7777

0 commit comments

Comments
 (0)