Skip to content

Commit 87850b4

Browse files
committed
Update xpk guide with latest path to bash script
1 parent f1fc688 commit 87850b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/run_maxtext/run_maxtext_via_xpk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ ______________________________________________________________________
130130
- **For TPUs:**
131131

132132
```
133-
bash docker_build_dependency_image.sh DEVICE=tpu MODE=stable
133+
bash dependencies/scripts/docker_build_dependency_image.sh DEVICE=tpu MODE=stable
134134
```
135135
136136
- **For GPUs:**
137137
138138
```
139-
bash docker_build_dependency_image.sh DEVICE=gpu MODE=stable
139+
bash dependencies/scripts/docker_build_dependency_image.sh DEVICE=gpu MODE=stable
140140
```
141141
142142
______________________________________________________________________

0 commit comments

Comments
 (0)