Skip to content

Commit 388fd84

Browse files
committed
Fix remaining old path references in READMEs
1 parent 1e43b1a commit 388fd84

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • training/a4
    • llama31_405b/nemo-gke/nemo2602/128gpus-fp8cs-gbs128/recipe
    • llama3_70b/nemo-gke/nemo2507/128gpus-bf16-gbs512/recipe

training/a4/llama31_405b/nemo-gke/nemo2602/128gpus-fp8cs-gbs128/recipe/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Clone the `gpu-recipes` repository and set a reference to the recipe folder.
7373
git clone https://github.com/ai-hypercomputer/gpu-recipes.git
7474
cd gpu-recipes
7575
export REPO_ROOT=`git rev-parse --show-toplevel`
76-
export RECIPE_ROOT=$REPO_ROOT/training/a4/llama3-1-405b/nemo-pretraining-gke/nemo2602/16node-fp8cs-seq8192-gbs128
76+
export RECIPE_ROOT=$REPO_ROOT/training/a4/llama31_405b/nemo-gke/nemo2602/128gpus-fp8cs-gbs128/recipe
7777
cd $RECIPE_ROOT
7878
```
7979

training/a4/llama3_70b/nemo-gke/nemo2507/128gpus-bf16-gbs512/recipe/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Clone the `gpu-recipes` repository and set a reference to the recipe folder.
120120
git clone https://github.com/ai-hypercomputer/gpu-recipes.git
121121
cd gpu-recipes
122122
export REPO_ROOT=`git rev-parse --show-toplevel`
123-
export RECIPE_ROOT=$REPO_ROOT/training/a4/llama3-1-70b/nemo-pretraining-gke/16node-bf16-seq8192-gbs512-gcs
123+
export RECIPE_ROOT=$REPO_ROOT/training/a4/llama3_70b/nemo-gke/nemo2507/128gpus-bf16-gbs512/recipe
124124
cd $RECIPE_ROOT
125125
```
126126

0 commit comments

Comments
 (0)