Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
</div>
<br /><br />

> [!NOTE]
> `torchprime` is no longer under active development. We are working on a
> [new framework](https://github.com/pytorch/xla/issues/9684) for
> PyTorch on TPU. See [MaxText](https://github.com/AI-Hypercomputer/maxtext)
> for pre-training and post-training with JAX on TPU.

`torchprime` is a reference implementation for training PyTorch models on TPU. It
is designed to showcase best practices for large-scale, high-performance model
training using `torch_xla` ([project][torch_xla]), with
Expand Down
Loading