Skip to content

Commit 1d6678a

Browse files
authored
Merge pull request #99 from AI-Hypercomputer/bvandermoon-update-python
Update recommended Python version to 3.12 for recent recipes
2 parents 66f80d4 + 0cae904 commit 1d6678a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

training/MAXTEXT_README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Prep for MaxText workloads on GKE
22

33
> **_NOTE:_** We recommend running these instructions and kicking off your recipe
4-
workloads from a VM in GCP using Python 3.10.
4+
workloads from a VM in GCP using Python 3.12 for JAX >= 0.7.0, or Python 3.10 for
5+
JAX < 0.7.0.
56

67
1. Clone [MaxText](https://github.com/google/maxtext) repo and move to its directory
78
```shell

training/XPK_README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## Initialization
22

33
> **_NOTE:_** We recommend running these instructions and kicking off your recipe
4-
workloads from a VM in GCP using Python 3.10.
4+
workloads from a VM in GCP using Python 3.12 for JAX >= 0.7.0, or Python 3.10 for
5+
JAX < 0.7.0.
56

67
1. Run the following commands to initialize the project and zone.
78
```shell

0 commit comments

Comments
 (0)