Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
Merged
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
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@
#### High-performance training for PyTorch on Cloud TPU

</div>
<br /><br />

> [!NOTE]
>
> <b>This repository is no longer under active development.</b>
> We are moving toward a more native direction for PyTorch on TPU. As the core
> framework matures, we'll provide a new reference implementation.
>
> Learn more about the new framework at pytorch/xla#9684.
>

`torchprime` is a reference implementation for training PyTorch models on TPU. It
is designed to showcase best practices for large-scale, high-performance model
Expand Down
Loading