Skip to content

Releases: AI-Hypercomputer/maxtext

Recipe Branch for TPU performance results

25 Oct 03:54

Choose a tag to compare

Merge pull request #2539 from AI-Hypercomputer:qinwen/latest-tokamax

PiperOrigin-RevId: 823749360

maxtext-tutorial-v1.0.0

24 Oct 01:25

Choose a tag to compare

Merge pull request #2538 from AI-Hypercomputer:mohit/fix_docker

PiperOrigin-RevId: 822796389

tpu-recipes-v0.1.5

18 Oct 07:27

Choose a tag to compare

Use this release for tpu-recipes that require version tpu-recipes-v0.1.5

maxtext-v0.1.0

06 Nov 01:20

Choose a tag to compare

Our first MaxText PyPI package is here! MaxText is a high performance, highly scalable, open-source LLM library and reference implementation written in pure Python/JAX and targeting Google Cloud TPUs and GPUs for training. We are excited to make it easier than ever to get started.

Users can now install MaxText through pip, both for local development and through stable PyPI builds. Please see our MaxText Installation Guide for more setup details.

Going forward, this page will document notable changes as we release new versions of MaxText.

tpu-recipes-v0.1.4

15 Jul 16:09

Choose a tag to compare

Use this release for tpu-recipes that require version tpu-recipes-v0.1.4

pre-nnx-v0.1.0

16 Jun 22:46

Choose a tag to compare

Use this release for the latest MaxText version that fully depends on Flax Linen (no NNX).

tpu-recipes-v0.1.3

03 Jun 18:04

Choose a tag to compare

Use this release for tpu-recipes that require version tpu-recipes-v0.1.3

tpu-recipes-v0.1.2

16 Apr 19:33

Choose a tag to compare

Use this release for tpu-recipes that require version tpu-recipes-v0.1.2

tpu-recipes-v0.1.1

11 Apr 02:29

Choose a tag to compare

Use this release for tpu-recipes that require version tpu-recipes-v0.1.1

pre-module-v0.1.0

08 Apr 21:14

Choose a tag to compare

pre-module-v0.1.0 Pre-release
Pre-release

Release prior to module refactor for older train API.

With this release or prior: python3 MaxText/train.py MaxText/configs/base.yml run_name=...

Soon after this release: python3 -m MaxText.train MaxText/configs/base.yml run_name=...