Skip to content

Releases: tenstorrent/tt-torch

Nightly 0.5.0.dev20251008

08 Oct 05:36
0.5.0.dev20251008
c621c04

Choose a tag to compare

Pre-release

📗 Getting started

Install via pip

pip install tt-torch==0.5.0.dev20251008 --extra-index-url https://pypi.eng.aws.tenstorrent.com/

Docker container

docker pull ghcr.io/tenstorrent/tt-torch-slim:0.5.0.dev20251008

More detailed instructions can be found in the Getting Started docker section

Tests:

Nightly 0.5.0.dev20251007

07 Oct 04:22
0.5.0.dev20251007
c621c04

Choose a tag to compare

Pre-release

📗 Getting started

Install via pip

pip install tt-torch==0.5.0.dev20251007 --extra-index-url https://pypi.eng.aws.tenstorrent.com/

Docker container

docker pull ghcr.io/tenstorrent/tt-torch-slim:0.5.0.dev20251007

More detailed instructions can be found in the Getting Started docker section

Tests:

🎯 Other Changes

Nightly 0.5.0.dev20251006

06 Oct 04:21
0.5.0.dev20251006
fbb18e3

Choose a tag to compare

Pre-release

📗 Getting started

Install via pip

pip install tt-torch==0.5.0.dev20251006 --extra-index-url https://pypi.eng.aws.tenstorrent.com/

Docker container

docker pull ghcr.io/tenstorrent/tt-torch-slim:0.5.0.dev20251006

More detailed instructions can be found in the Getting Started docker section

Tests:

Nightly 0.5.0.dev20251005

05 Oct 04:38
0.5.0.dev20251005
fbb18e3

Choose a tag to compare

Pre-release

📗 Getting started

Install via pip

pip install tt-torch==0.5.0.dev20251005 --extra-index-url https://pypi.eng.aws.tenstorrent.com/

Docker container

docker pull ghcr.io/tenstorrent/tt-torch-slim:0.5.0.dev20251005

More detailed instructions can be found in the Getting Started docker section

Tests:

Nightly 0.5.0.dev20251004

04 Oct 04:22
0.5.0.dev20251004
fbb18e3

Choose a tag to compare

Pre-release

📗 Getting started

Install via pip

pip install tt-torch==0.5.0.dev20251004 --extra-index-url https://pypi.eng.aws.tenstorrent.com/

Docker container

docker pull ghcr.io/tenstorrent/tt-torch-slim:0.5.0.dev20251004

More detailed instructions can be found in the Getting Started docker section

Tests:

Nightly 0.5.0.dev20251003

03 Oct 06:09
0.5.0.dev20251003
fbb18e3

Choose a tag to compare

Pre-release

📗 Getting started

Install via pip

pip install tt-torch==0.5.0.dev20251003 --extra-index-url https://pypi.eng.aws.tenstorrent.com/

Docker container

docker pull ghcr.io/tenstorrent/tt-torch-slim:0.5.0.dev20251003

More detailed instructions can be found in the Getting Started docker section

Tests:

Nightly 0.5.0.dev20251002

02 Oct 04:22
0.5.0.dev20251002
fbb18e3

Choose a tag to compare

Pre-release

📗 Getting started

Install via pip

pip install tt-torch==0.5.0.dev20251002 --extra-index-url https://pypi.eng.aws.tenstorrent.com/

Docker container

docker pull ghcr.io/tenstorrent/tt-torch-slim:0.5.0.dev20251002

More detailed instructions can be found in the Getting Started docker section

Tests:

Nightly 0.4.0.dev20251001

01 Oct 06:36
0.4.0.dev20251001
fbb18e3

Choose a tag to compare

Pre-release

📗 Getting started

Install via pip

pip install tt-torch==0.4.0.dev20251001 --extra-index-url https://pypi.eng.aws.tenstorrent.com/

Docker container

docker pull ghcr.io/tenstorrent/tt-torch-slim:0.4.0.dev20251001

More detailed instructions can be found in the Getting Started docker section

Tests:

Nightly 0.4.0.dev20250930

30 Sep 04:36
0.4.0.dev20250930
fbb18e3

Choose a tag to compare

Pre-release

📗 Getting started

Install via pip

pip install tt-torch==0.4.0.dev20250930 --extra-index-url https://pypi.eng.aws.tenstorrent.com/

Docker container

docker pull ghcr.io/tenstorrent/tt-torch-slim:0.4.0.dev20250930

More detailed instructions can be found in the Getting Started docker section

Tests:

Beta 0.4.0

29 Sep 22:23
0.4.0

Choose a tag to compare

Major Improvements

  • Fully transitioned to torch-xla/PJRT backend for PyTorch models
    • This allows us to merch tt-torch and tt-xla
    • tt-torch will be deprecated after this release
  • Added tensor-parallel support and brought up Llama3 8B
  • Achieved parity for blackhole model support

📗 Getting started

Install via pip

pip install tt-torch==0.4.0 --extra-index-url https://pypi.eng.aws.tenstorrent.com/

Docker container

docker pull ghcr.io/tenstorrent/tt-torch-slim:0.4.0

More detailed instructions can be found in the Getting Started docker section

Tests:

🎯 Other Changes