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/trillium/XPK_README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
## Initialization
2
2
3
3
> **_NOTE:_** We recommend running these instructions and kicking off your recipe
4
-
workloads from a TPU VM.
4
+
workloads from a VM in GCP using Python 3.10.
5
5
6
6
1. Run the following commands to initialize the project and zone.
7
7
```shell
@@ -14,8 +14,10 @@ gcloud config set compute/zone $ZONE
14
14
2. Install XPK by following the [prerequisites](https://github.com/AI-Hypercomputer/xpk?tab=readme-ov-file#prerequisites) and [installation](https://github.com/AI-Hypercomputer/xpk?tab=readme-ov-file#installation)
15
15
instructions. Also ensure you have the proper [GCP permissions](https://github.com/AI-Hypercomputer/xpk?tab=readme-ov-file#installation).
16
16
17
-
* In order to run the tpu-recipes as-is, run the `git clone` command from your home directory:
17
+
* In order to run the tpu-recipes as-is, run the `git clone` command from your home (~/) directory:
18
18
```shell
19
+
# tpu-recipes requiring XPK will look for it in the home directory
0 commit comments