Skip to content

Beta 0.4.0

Latest

Choose a tag to compare

@tenstorrent-github-bot tenstorrent-github-bot released this 29 Sep 22:23
0.4.0

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