<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>tt-awesome — Recent Releases</title>
  <subtitle>Latest stable releases from Tenstorrent ecosystem projects</subtitle>
  <link href="https://tenstorrent.github.io/tt-awesome/feeds/releases.xml" rel="self"/>
  <link href="https://tenstorrent.github.io/tt-awesome/"/>
  <id>https://tenstorrent.github.io/tt-awesome/feeds/releases.xml</id>
  <author><name>Tenstorrent Community</name><uri>https://tenstorrent.github.io/tt-awesome/</uri></author>
  
  <updated>2026-08-11T21:11:11Z</updated>
  <entry>
    <id>https://github.com/tenstorrent/tt-system-firmware/releases/tag/v19.13.2</id>
    <title>tt-system-firmware v19.13.2</title>
    <link href="https://github.com/tenstorrent/tt-system-firmware/releases/tag/v19.13.2"/>
    <updated>2026-08-11T21:11:11Z</updated>
    <summary type="html"><![CDATA[Blackhole boards can now harvest individual GDDR channels per instance through a new firmware table field that's configurable at runtime, giving you finer control over memory defect handling without reflashing. Beyond that, v19.13.1–19.13.2 bring telemetry improvements across platforms (feature capability reporting on Blackhole, Metal runtime telemetry carve-outs on Wormhole), a new <a href="https://github.com/tenstorrent/tt-system-firmware/tree/main/doc/services/kmd_logging/index.rst">KMD logging backend</a> for streaming firmware logs over PCIe, and a stability fix for intermittent Tensix reset hangs by switching to NOC coordinates; check the <a href="https://github.com/tenstorrent/tt-system-firmware/tree/main/doc/release/migration-guide-19.13.md">migration guide</a> when upgrading from v19.12.0.]]></summary>
    <content type="html"><![CDATA[<p>Blackhole boards can now harvest individual GDDR channels per instance through a new firmware table field that's configurable at runtime, giving you finer control over memory defect handling without reflashing. Beyond that, v19.13.1–19.13.2 bring telemetry improvements across platforms (feature capability reporting on Blackhole, Metal runtime telemetry carve-outs on Wormhole), a new <a href="https://github.com/tenstorrent/tt-system-firmware/tree/main/doc/services/kmd_logging/index.rst">KMD logging backend</a> for streaming firmware logs over PCIe, and a stability fix for intermittent Tensix reset hangs by switching to NOC coordinates; check the <a href="https://github.com/tenstorrent/tt-system-firmware/tree/main/doc/release/migration-guide-19.13.md">migration guide</a> when upgrading from v19.12.0.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-system-firmware">Repository</a> · <a href="https://github.com/tenstorrent/tt-system-firmware/releases/tag/v19.13.2">v19.13.2</a></p>
<p>official · added 2026-08-11</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/tt-toplike/releases/tag/v0.8.0</id>
    <title>tt-toplike v0.8.0</title>
    <link href="https://github.com/tenstorrent/tt-toplike/releases/tag/v0.8.0"/>
    <updated>2026-08-11T20:30:47Z</updated>
    <summary type="html"><![CDATA[tt-toplike now exposes the full span of driver telemetry — including tt-kmd class attributes, live PCIe bandwidth, and tt-smi 6.x metrics — while fixing a bug where per-device data could shuffle between reads, making monitoring and profiling workflows far more reliable for developers instrumenting multi-device clusters.]]></summary>
    <content type="html"><![CDATA[<p>tt-toplike now exposes the full span of driver telemetry — including tt-kmd class attributes, live PCIe bandwidth, and tt-smi 6.x metrics — while fixing a bug where per-device data could shuffle between reads, making monitoring and profiling workflows far more reliable for developers instrumenting multi-device clusters.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-toplike">Repository</a> · <a href="https://github.com/tenstorrent/tt-toplike/releases/tag/v0.8.0">v0.8.0</a></p>
<p>official · added 2026-08-11</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/tt-smi/releases/tag/v6.2.0</id>
    <title>tt-smi v6.2.0</title>
    <link href="https://github.com/tenstorrent/tt-smi/releases/tag/v6.2.0"/>
    <updated>2026-08-11T15:40:06Z</updated>
    <summary type="html"><![CDATA[Total board power is now visible in <code>tt-smi</code>'s telemetry table and snapshot output, giving you a unified view of your hardware's power consumption without hunting through per-chip metrics. This matters for capacity planning and understanding thermal headroom across your Tenstorrent clusters at a glance.]]></summary>
    <content type="html"><![CDATA[<p>Total board power is now visible in <code>tt-smi</code>'s telemetry table and snapshot output, giving you a unified view of your hardware's power consumption without hunting through per-chip metrics. This matters for capacity planning and understanding thermal headroom across your Tenstorrent clusters at a glance.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-smi">Repository</a> · <a href="https://github.com/tenstorrent/tt-smi/releases/tag/v6.2.0">v6.2.0</a></p>
<p>official · added 2026-08-11</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/tt-metal/releases/tag/v0.76.0</id>
    <title>tt-metal v0.76.0</title>
    <link href="https://github.com/tenstorrent/tt-metal/releases/tag/v0.76.0"/>
    <updated>2026-08-11T04:10:19Z</updated>
    <summary type="html"><![CDATA[This release brings significant stability and feature improvements across low-level kernel execution, the core Metal runtime, and high-level neural network operations. Most notably, <a href="https://github.com/tenstorrent/tt-metal/pull/50280">Quasar support</a> now handles dual command queues, while a comprehensive sweep of data-race fixes in multicast and dataflow operations closes long-standing correctness gaps in distributed workloads—particularly in collective communication ops and dynamic tensor operations. On the kernel side, SFPU consolidation (<a href="https://github.com/tenstorrent/tt-metal/pull/50399">#50399</a>), improved numerical precision for transcendental functions, and broader Quasar performance test coverage reflect maturing silicon support. For developers building models, the Metal 2.0 migration continues accelerating (15+ factory ports completed) and per-core memory allocation now has a unified API (<a href="https://github.com/tenstorrent/tt-metal/pull/51500">#51500</a>), reducing complexity in sharded tensor workflows. A large batch of infrastructure improvements—from in-place wheel builds speeding up CI to agentic workflows automating triage—round out a release focused on correctness, performance, and developer velocity.]]></summary>
    <content type="html"><![CDATA[<p>This release brings significant stability and feature improvements across low-level kernel execution, the core Metal runtime, and high-level neural network operations. Most notably, <a href="https://github.com/tenstorrent/tt-metal/pull/50280">Quasar support</a> now handles dual command queues, while a comprehensive sweep of data-race fixes in multicast and dataflow operations closes long-standing correctness gaps in distributed workloads—particularly in collective communication ops and dynamic tensor operations. On the kernel side, SFPU consolidation (<a href="https://github.com/tenstorrent/tt-metal/pull/50399">#50399</a>), improved numerical precision for transcendental functions, and broader Quasar performance test coverage reflect maturing silicon support. For developers building models, the Metal 2.0 migration continues accelerating (15+ factory ports completed) and per-core memory allocation now has a unified API (<a href="https://github.com/tenstorrent/tt-metal/pull/51500">#51500</a>), reducing complexity in sharded tensor workflows. A large batch of infrastructure improvements—from in-place wheel builds speeding up CI to agentic workflows automating triage—round out a release focused on correctness, performance, and developer velocity.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-metal">Repository</a> · <a href="https://github.com/tenstorrent/tt-metal/releases/tag/v0.76.0">v0.76.0</a></p>
<p>official · added 2026-08-11</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/Zaneham/Booth/releases/tag/v0.5.2</id>
    <title>BarraCUDA v0.5.2</title>
    <link href="https://github.com/Zaneham/Booth/releases/tag/v0.5.2"/>
    <updated>2026-08-08T03:05:39Z</updated>
    <summary type="html"><![CDATA[Booth 0.5.2 fixes a series of silent failures where the compiler was cheerfully reporting success while the backend ran on rejected code, wrote output files over the same path, or lost precision without warning—problems that <a href="https://github.com/Zaneham/Booth/blob/master/CHANGELOG.md">sat there</a> for a while because they only showed up once compilation finished. The structural story is the backend contract: targets now register themselves in a single list behind a <code>be_desc_t</code>, which shrunk <code>main.c</code> by a third and made adding a new target a matter of reading one header instead of 420 KB of AMD reference code. On the distribution side, Booth now installs properly with <code>make install</code>, ships static binaries for Linux, macOS, and Windows with no runtime dependencies, and exposes a CMake package so downstream projects can call <code>booth_add_kernel()</code> as part of their own build, with a worked example under <code>examples/cmake/</code> and CI validation on every push.]]></summary>
    <content type="html"><![CDATA[<p>Booth 0.5.2 fixes a series of silent failures where the compiler was cheerfully reporting success while the backend ran on rejected code, wrote output files over the same path, or lost precision without warning—problems that <a href="https://github.com/Zaneham/Booth/blob/master/CHANGELOG.md">sat there</a> for a while because they only showed up once compilation finished. The structural story is the backend contract: targets now register themselves in a single list behind a <code>be_desc_t</code>, which shrunk <code>main.c</code> by a third and made adding a new target a matter of reading one header instead of 420 KB of AMD reference code. On the distribution side, Booth now installs properly with <code>make install</code>, ships static binaries for Linux, macOS, and Windows with no runtime dependencies, and exposes a CMake package so downstream projects can call <code>booth_add_kernel()</code> as part of their own build, with a worked example under <code>examples/cmake/</code> and CI validation on every push.</p>

<p><strong>Links:</strong> <a href="https://github.com/Zaneham/BarraCUDA">Repository</a> · <a href="https://github.com/Zaneham/Booth/releases/tag/v0.5.2">v0.5.2</a></p>
<p>community · added 2026-08-08</p>]]></content>
    <category term="community"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/ttsim/releases/tag/v1.10.0</id>
    <title>ttsim v1.10.0</title>
    <link href="https://github.com/tenstorrent/ttsim/releases/tag/v1.10.0"/>
    <updated>2026-08-07T21:33:47Z</updated>
    <summary type="html"><![CDATA[QSR Tensix simulation is getting substantially more complete in this release, with <a href="https://github.com/tenstorrent/ttsim/blob/main/">SFPSTORE</a>, <a href="https://github.com/tenstorrent/ttsim/blob/main/">ZEROACC</a>, and a handful of other core LLK operations now properly modeled across destination rows and clear modes—crucial if you're running real kernel code through ttsim and want the simulator to stay in sync with actual hardware behavior. You'll also find fresh support for BH QuietBox2 configurations, fixes to Ethernet state handling on WH, and better MMIO introspection, all aimed at closing the gap between simulation and metal.]]></summary>
    <content type="html"><![CDATA[<p>QSR Tensix simulation is getting substantially more complete in this release, with <a href="https://github.com/tenstorrent/ttsim/blob/main/">SFPSTORE</a>, <a href="https://github.com/tenstorrent/ttsim/blob/main/">ZEROACC</a>, and a handful of other core LLK operations now properly modeled across destination rows and clear modes—crucial if you're running real kernel code through ttsim and want the simulator to stay in sync with actual hardware behavior. You'll also find fresh support for BH QuietBox2 configurations, fixes to Ethernet state handling on WH, and better MMIO introspection, all aimed at closing the gap between simulation and metal.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/ttsim">Repository</a> · <a href="https://github.com/tenstorrent/ttsim/releases/tag/v1.10.0">v1.10.0</a></p>
<p>official · added 2026-08-07</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/moritztng/tt-bio/releases/tag/v0.6.2</id>
    <title>tt-bio v0.6.2</title>
    <link href="https://github.com/moritztng/tt-bio/releases/tag/v0.6.2"/>
    <updated>2026-08-07T21:33:46Z</updated>
    <summary type="html"><![CDATA[OpenFold3 is now live as <code>tt-bio predict --model openfold3</code>, bringing the OpenFold Consortium's AlphaFold3 reproduction to Tenstorrent hardware—it folds proteins, RNA, and DNA chains with per-chain MSAs and optional templates, reusing the same scheduler, multi-card fan-out, and MSA cache as Protenix-v2. The model is gated against the official CPU reference across seven accuracy and parity legs, runs the on-device diffusion sampler in fp32 by default for parity, and strictly handles unsupported features (ligands, covalent bonds, PAE output) by raising rather than silently degrading; note that you'll need to fetch and point the <code>OF3_CKPT</code> environment variable at the consortium's public weights yourself. A handful of fixes shore up the debut—missing dependency declarations that broke clean installs, progress reporting wired through the trunk and sampler loops, and a tightened chunk gate (<code>W&lt;=384</code>) that closed a 512-residue memory overflow—plus 1.18× GPU scaling improvements in the 300-residue range landed across Protenix-v2 and OpenDDE through kernel re-tuning (<a href="https://github.com/moritztng/tt-bio/blob/main/docs/implementation-parity.md">parity docs</a>).]]></summary>
    <content type="html"><![CDATA[<p>OpenFold3 is now live as <code>tt-bio predict --model openfold3</code>, bringing the OpenFold Consortium's AlphaFold3 reproduction to Tenstorrent hardware—it folds proteins, RNA, and DNA chains with per-chain MSAs and optional templates, reusing the same scheduler, multi-card fan-out, and MSA cache as Protenix-v2. The model is gated against the official CPU reference across seven accuracy and parity legs, runs the on-device diffusion sampler in fp32 by default for parity, and strictly handles unsupported features (ligands, covalent bonds, PAE output) by raising rather than silently degrading; note that you'll need to fetch and point the <code>OF3_CKPT</code> environment variable at the consortium's public weights yourself. A handful of fixes shore up the debut—missing dependency declarations that broke clean installs, progress reporting wired through the trunk and sampler loops, and a tightened chunk gate (<code>W&lt;=384</code>) that closed a 512-residue memory overflow—plus 1.18× GPU scaling improvements in the 300-residue range landed across Protenix-v2 and OpenDDE through kernel re-tuning (<a href="https://github.com/moritztng/tt-bio/blob/main/docs/implementation-parity.md">parity docs</a>).</p>

<p><strong>Links:</strong> <a href="https://github.com/moritztng/tt-bio">Repository</a> · <a href="https://github.com/moritztng/tt-bio/releases/tag/v0.6.2">v0.6.2</a></p>
<p>affiliated · added 2026-08-07</p>]]></content>
    <category term="affiliated"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/luwen/releases/tag/bh-mod-v2.0.0</id>
    <title>luwen bh-mod-v2.0.0</title>
    <link href="https://github.com/tenstorrent/luwen/releases/tag/bh-mod-v2.0.0"/>
    <updated>2026-08-07T14:05:56Z</updated>
    <summary type="html"><![CDATA[This release hardens DRAM harvest configuration on Blackhole by validating harvest field values before writing to the <code>ccfgovr</code> register and rejecting out-of-range values that the chip cannot accept—preventing silent misconfiguration that could lead to memory instability or undefined behavior downstream. If you're tuning Blackhole memory parameters, these <a href="https://github.com/tenstorrent/luwen/pull/167">validation checks</a> ensure your settings actually match hardware constraints.]]></summary>
    <content type="html"><![CDATA[<p>This release hardens DRAM harvest configuration on Blackhole by validating harvest field values before writing to the <code>ccfgovr</code> register and rejecting out-of-range values that the chip cannot accept—preventing silent misconfiguration that could lead to memory instability or undefined behavior downstream. If you're tuning Blackhole memory parameters, these <a href="https://github.com/tenstorrent/luwen/pull/167">validation checks</a> ensure your settings actually match hardware constraints.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/luwen">Repository</a> · <a href="https://github.com/tenstorrent/luwen/releases/tag/bh-mod-v2.0.0">bh-mod-v2.0.0</a></p>
<p>official · added 2026-08-07</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/sfpi/releases/tag/7.68.0</id>
    <title>SFPI 7.68.0</title>
    <link href="https://github.com/tenstorrent/sfpi/releases/tag/7.68.0"/>
    <updated>2026-08-07T13:57:54Z</updated>
    <summary type="html"><![CDATA[The SFPI compiler now supports additional builtin combination operations—though some require the <code>-ffast-math</code> flag to unlock—giving you more flexibility in fusing operations on-device. We've also fixed a subtle bug in <code>ttreplay</code> optimization that could leave the replay buffer partially empty, which should improve both performance and predictability for workloads relying on replay. A handful of stability and efficiency improvements round out the release, along with deprecation of <code>vBool</code>-to-<code>vInt</code> conversion, which had no real-world uses anyway.]]></summary>
    <content type="html"><![CDATA[<p>The SFPI compiler now supports additional builtin combination operations—though some require the <code>-ffast-math</code> flag to unlock—giving you more flexibility in fusing operations on-device. We've also fixed a subtle bug in <code>ttreplay</code> optimization that could leave the replay buffer partially empty, which should improve both performance and predictability for workloads relying on replay. A handful of stability and efficiency improvements round out the release, along with deprecation of <code>vBool</code>-to-<code>vInt</code> conversion, which had no real-world uses anyway.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/sfpi">Repository</a> · <a href="https://github.com/tenstorrent/sfpi/releases/tag/7.68.0">7.68.0</a></p>
<p>official · added 2026-08-07</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/dstackai/dstack/releases/tag/0.21.0</id>
    <title>dstack 0.21.0</title>
    <link href="https://github.com/dstackai/dstack/releases/tag/0.21.0"/>
    <updated>2026-08-06T13:31:14Z</updated>
    <summary type="html"><![CDATA[The jump to Pydantic v2 unblocks Python 3.14 support and opens the door to newer ecosystem libraries, while bringing faster validation and CLI startup — but if you're using the Python API or have <code>dstack</code> plugins, you'll need to verify they're compatible with Pydantic v2 models before upgrading. Beyond the foundational work, this release brings several UX wins: <code>dstack metrics</code> now shows CPU, memory, and GPU utilization as sparklines over the last hour so you can spot trends at a glance; AWS gateways with ACM certificates can now run multiple replicas with HTTPS handled directly by <code>dstack</code> instead of requiring an external load balancer; and the preset system gained <a href="https://github.com/dstackai/dstack/pull/4078">baseline trials, per-trial learnings, and a richer CLI view</a> to make benchmark results more interpretable. You'll also see GPU driver detection in <code>dstack fleet -v</code> and new <code>--full-offers</code> and <code>--unallocated</code> flags for better capacity discovery on Kubernetes and Slurm. Note that servers and CLIs must be upgraded together — new CLIs won't work with 0.20.x servers.]]></summary>
    <content type="html"><![CDATA[<p>The jump to Pydantic v2 unblocks Python 3.14 support and opens the door to newer ecosystem libraries, while bringing faster validation and CLI startup — but if you're using the Python API or have <code>dstack</code> plugins, you'll need to verify they're compatible with Pydantic v2 models before upgrading. Beyond the foundational work, this release brings several UX wins: <code>dstack metrics</code> now shows CPU, memory, and GPU utilization as sparklines over the last hour so you can spot trends at a glance; AWS gateways with ACM certificates can now run multiple replicas with HTTPS handled directly by <code>dstack</code> instead of requiring an external load balancer; and the preset system gained <a href="https://github.com/dstackai/dstack/pull/4078">baseline trials, per-trial learnings, and a richer CLI view</a> to make benchmark results more interpretable. You'll also see GPU driver detection in <code>dstack fleet -v</code> and new <code>--full-offers</code> and <code>--unallocated</code> flags for better capacity discovery on Kubernetes and Slurm. Note that servers and CLIs must be upgraded together — new CLIs won't work with 0.20.x servers.</p>

<p><strong>Links:</strong> <a href="https://github.com/dstackai/dstack">Repository</a> · <a href="https://github.com/dstackai/dstack/releases/tag/0.21.0">0.21.0</a></p>
<p>community · added 2026-08-06</p>]]></content>
    <category term="community"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/ttnn-visualizer/releases/tag/v0.97.0</id>
    <title>ttnn-visualizer v0.97.0</title>
    <link href="https://github.com/tenstorrent/ttnn-visualizer/releases/tag/v0.97.0"/>
    <updated>2026-08-05T17:46:17Z</updated>
    <summary type="html"><![CDATA[The visualizer now renders cluster topology and placement directly from the cluster descriptor without requiring a baked SoC descriptor, making it easier to inspect multi-chip systems on the fly—and when you do have per-chip arch data, it's applied as optional enrichment rather than a hard blocker. Multi-host profiling is cleaner too: remote sync can now discover and download performance reports per rank, and reads default to rank 0 to eliminate the visual collision of overlapping data from every rank. A few quality-of-life fixes round out the release—<a href="https://github.com/tenstorrent/ttnn-visualizer/pull/1820">version checks no longer flag patch updates</a>, SSH config is read to auto-populate remote connections, and performance charts got a tidier layout with grouped headings.]]></summary>
    <content type="html"><![CDATA[<p>The visualizer now renders cluster topology and placement directly from the cluster descriptor without requiring a baked SoC descriptor, making it easier to inspect multi-chip systems on the fly—and when you do have per-chip arch data, it's applied as optional enrichment rather than a hard blocker. Multi-host profiling is cleaner too: remote sync can now discover and download performance reports per rank, and reads default to rank 0 to eliminate the visual collision of overlapping data from every rank. A few quality-of-life fixes round out the release—<a href="https://github.com/tenstorrent/ttnn-visualizer/pull/1820">version checks no longer flag patch updates</a>, SSH config is read to auto-populate remote connections, and performance charts got a tidier layout with grouped headings.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/ttnn-visualizer">Repository</a> · <a href="https://github.com/tenstorrent/ttnn-visualizer/releases/tag/v0.97.0">v0.97.0</a></p>
<p>official · added 2026-08-05</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tsingletaryTT/tensix-viz/releases/tag/v1.2.0</id>
    <title>tensix-viz v1.2.0</title>
    <link href="https://github.com/tsingletaryTT/tensix-viz/releases/tag/v1.2.0"/>
    <updated>2026-08-05T16:35:19Z</updated>
    <summary type="html"><![CDATA[tensix-viz v1.2.0 sharpens memory stats configuration for hardware-powered visuals, making it easier to instrument and monitor Tensix performance directly from visualization tools. This matters when you're profiling real workloads on silicon and need reliable memory telemetry baked into your dashboards without extra plumbing. Check the <a href="https://github.com/tsingletaryTT/tensix-viz/compare/v1.1.2...v1.2.0">full changelog</a> for implementation details.]]></summary>
    <content type="html"><![CDATA[<p>tensix-viz v1.2.0 sharpens memory stats configuration for hardware-powered visuals, making it easier to instrument and monitor Tensix performance directly from visualization tools. This matters when you're profiling real workloads on silicon and need reliable memory telemetry baked into your dashboards without extra plumbing. Check the <a href="https://github.com/tsingletaryTT/tensix-viz/compare/v1.1.2...v1.2.0">full changelog</a> for implementation details.</p>

<p><strong>Links:</strong> <a href="https://github.com/tsingletaryTT/tensix-viz">Repository</a> · <a href="https://github.com/tsingletaryTT/tensix-viz/releases/tag/v1.2.0">v1.2.0</a></p>
<p>affiliated · added 2026-08-05</p>]]></content>
    <category term="affiliated"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/tt-installer/releases/tag/v3.5.2</id>
    <title>tt-installer v3.5.2</title>
    <link href="https://github.com/tenstorrent/tt-installer/releases/tag/v3.5.2"/>
    <updated>2026-07-30T18:00:15Z</updated>
    <summary type="html"><![CDATA[UV integration now respects existing virtual environments, so you won't hit friction if you're working in an already-active venv during installation—a small but meaningful quality-of-life improvement for developers with existing Python setups.]]></summary>
    <content type="html"><![CDATA[<p>UV integration now respects existing virtual environments, so you won't hit friction if you're working in an already-active venv during installation—a small but meaningful quality-of-life improvement for developers with existing Python setups.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-installer">Repository</a> · <a href="https://github.com/tenstorrent/tt-installer/releases/tag/v3.5.2">v3.5.2</a></p>
<p>official · added 2026-07-30</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/tt-forge/releases/tag/1.4.0</id>
    <title>tt-forge 1.4.0</title>
    <link href="https://github.com/tenstorrent/tt-forge/releases/tag/1.4.0"/>
    <updated>2026-07-30T11:17:16Z</updated>
    <summary type="html"><![CDATA[tt-forge 1.4.0 brings a comprehensive refresh of model coverage and infrastructure, now supporting everything from Llama 3.2 Vision to Qwen 3 and Falcon 3 across both n150 and p150 hardware. The most significant change is the expanded LLM lineup—you can now compile and deploy over 40 language model variants including the latest reasoning-focused OLMo3 models and multimodal systems like Pixtral—making it practical to benchmark performance across a much wider range of production targets. On the non-LLM side, embedding models, vision transformers, and diffusion backends round out the <a href="https://github.com/tenstorrent/tt-forge-models">supported model matrix</a>, while internal tooling improvements (including a move of AI bringup scripts to a dedicated repo) clean up the monorepo and streamline testing workflows. The release includes updated PyTorch and dependency commits across tt-xla, tt-mlir, and tt-metal, ensuring compatibility with recent compiler and hardware stacks.]]></summary>
    <content type="html"><![CDATA[<p>tt-forge 1.4.0 brings a comprehensive refresh of model coverage and infrastructure, now supporting everything from Llama 3.2 Vision to Qwen 3 and Falcon 3 across both n150 and p150 hardware. The most significant change is the expanded LLM lineup—you can now compile and deploy over 40 language model variants including the latest reasoning-focused OLMo3 models and multimodal systems like Pixtral—making it practical to benchmark performance across a much wider range of production targets. On the non-LLM side, embedding models, vision transformers, and diffusion backends round out the <a href="https://github.com/tenstorrent/tt-forge-models">supported model matrix</a>, while internal tooling improvements (including a move of AI bringup scripts to a dedicated repo) clean up the monorepo and streamline testing workflows. The release includes updated PyTorch and dependency commits across tt-xla, tt-mlir, and tt-metal, ensuring compatibility with recent compiler and hardware stacks.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-forge">Repository</a> · <a href="https://github.com/tenstorrent/tt-forge/releases/tag/1.4.0">1.4.0</a></p>
<p>official · added 2026-07-30</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/tt-forge-onnx/releases/tag/1.4.0</id>
    <title>tt-forge-onnx 1.4.0</title>
    <link href="https://github.com/tenstorrent/tt-forge-onnx/releases/tag/1.4.0"/>
    <updated>2026-07-30T11:12:02Z</updated>
    <summary type="html"><![CDATA[This release rolls up steady progress across tt-mlir and tt-forge-models dependencies, keeping the compiler stack current with upstream development. The highlight is a <a href="https://github.com/tenstorrent/tt-forge-onnx/pull/3381">documentation migration from mdBook to Sphinx</a>, which gives you a refreshed UI and improved navigation for guides and API references—worth checking out if you've been following along with the docs.]]></summary>
    <content type="html"><![CDATA[<p>This release rolls up steady progress across tt-mlir and tt-forge-models dependencies, keeping the compiler stack current with upstream development. The highlight is a <a href="https://github.com/tenstorrent/tt-forge-onnx/pull/3381">documentation migration from mdBook to Sphinx</a>, which gives you a refreshed UI and improved navigation for guides and API references—worth checking out if you've been following along with the docs.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-forge-onnx">Repository</a> · <a href="https://github.com/tenstorrent/tt-forge-onnx/releases/tag/1.4.0">1.4.0</a></p>
<p>official · added 2026-07-30</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/tt-xla/releases/tag/1.4.0</id>
    <title>tt-xla 1.4.0</title>
    <link href="https://github.com/tenstorrent/tt-xla/releases/tag/1.4.0"/>
    <updated>2026-07-30T11:06:22Z</updated>
    <summary type="html"><![CDATA[Chunked prefill with decoupled buckets and runtime scheduling, plus multi-parallelism support across generative and pooling models, unlock more efficient vLLM inference on Tenstorrent hardware—letting you scale from single-device to data-parallel and tensor-parallel deployments without manual graph fragmentation. Beyond vLLM, you'll find new e2e generative model pipelines (Flux, Flux.2, Janus-Pro, Z-Image, GLM-Image), MLA attention in vLLM, mixed-precision quantization heuristics, improved SDPA handling for bool masks behind an opt-in flag, and fixes to device-count mismatches and layer-norm dtype issues under AOTAutograd, all tested against a growing roster of LLMs and image-generation models across n150, p150, and n300 hardware.]]></summary>
    <content type="html"><![CDATA[<p>Chunked prefill with decoupled buckets and runtime scheduling, plus multi-parallelism support across generative and pooling models, unlock more efficient vLLM inference on Tenstorrent hardware—letting you scale from single-device to data-parallel and tensor-parallel deployments without manual graph fragmentation. Beyond vLLM, you'll find new e2e generative model pipelines (Flux, Flux.2, Janus-Pro, Z-Image, GLM-Image), MLA attention in vLLM, mixed-precision quantization heuristics, improved SDPA handling for bool masks behind an opt-in flag, and fixes to device-count mismatches and layer-norm dtype issues under AOTAutograd, all tested against a growing roster of LLMs and image-generation models across n150, p150, and n300 hardware.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-xla">Repository</a> · <a href="https://github.com/tenstorrent/tt-xla/releases/tag/1.4.0">1.4.0</a></p>
<p>official · added 2026-07-30</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/tt-studio/releases/tag/rc-v2.9.0</id>
    <title>TT-Studio rc-v2.9.0</title>
    <link href="https://github.com/tenstorrent/tt-studio/releases/tag/rc-v2.9.0"/>
    <updated>2026-07-28T18:09:27Z</updated>
    <summary type="html"><![CDATA[Studio's first-run experience moves into the app itself with in-app setup and secrets management, eliminating the <code>.env</code> friction for new users, and you can now edit the Voice Agent's system prompt at runtime to tune behavior on the fly. The workflow canvas got a substantial refresh—model auto-select, live code streaming, dynamic edge styling with smart deletion guards, and auto-picked RAG collections—alongside fresh model support (Flux Schnell) and parallel deployment to speed up initialization. A <a href="https://github.com/tenstorrent/tt-studio/issues/1157">backend-unreachable overlay</a> provides clearer feedback when connectivity drops, and the launcher now handles branch-switching and cleanup via <code>--uninstall</code> and <code>--switch</code> flags. The backend bumps to <code>v0.18.0</code> of <code>tt-inference-server</code> and consolidates state management to keep the source tree clean.]]></summary>
    <content type="html"><![CDATA[<p>Studio's first-run experience moves into the app itself with in-app setup and secrets management, eliminating the <code>.env</code> friction for new users, and you can now edit the Voice Agent's system prompt at runtime to tune behavior on the fly. The workflow canvas got a substantial refresh—model auto-select, live code streaming, dynamic edge styling with smart deletion guards, and auto-picked RAG collections—alongside fresh model support (Flux Schnell) and parallel deployment to speed up initialization. A <a href="https://github.com/tenstorrent/tt-studio/issues/1157">backend-unreachable overlay</a> provides clearer feedback when connectivity drops, and the launcher now handles branch-switching and cleanup via <code>--uninstall</code> and <code>--switch</code> flags. The backend bumps to <code>v0.18.0</code> of <code>tt-inference-server</code> and consolidates state management to keep the source tree clean.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-studio">Repository</a> · <a href="https://github.com/tenstorrent/tt-studio/releases/tag/rc-v2.9.0">rc-v2.9.0</a></p>
<p>official · added 2026-07-28</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/tt-inference-server/releases/tag/v0.19.0</id>
    <title>tt-inference-server v0.19.0</title>
    <link href="https://github.com/tenstorrent/tt-inference-server/releases/tag/v0.19.0"/>
    <updated>2026-07-24T16:58:16Z</updated>
    <summary type="html"><![CDATA[Llama-3.1-8B-Instruct is now running on P300 hardware, expanding the inference server's device support for this widely-used instruction-tuned model. The uplift tracks the latest TT-Metal commits and maintains functional status, letting you deploy this capable 8B model on newer Tenstorrent accelerators.]]></summary>
    <content type="html"><![CDATA[<p>Llama-3.1-8B-Instruct is now running on P300 hardware, expanding the inference server's device support for this widely-used instruction-tuned model. The uplift tracks the latest TT-Metal commits and maintains functional status, letting you deploy this capable 8B model on newer Tenstorrent accelerators.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-inference-server">Repository</a> · <a href="https://github.com/tenstorrent/tt-inference-server/releases/tag/v0.19.0">v0.19.0</a></p>
<p>official · added 2026-07-24</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/tt-topology/releases/tag/v1.2.20</id>
    <title>tt-topology v1.2.20</title>
    <link href="https://github.com/tenstorrent/tt-topology/releases/tag/v1.2.20"/>
    <updated>2026-07-23T15:35:12Z</updated>
    <summary type="html"><![CDATA[This release bumps the underlying <code>pyluwen</code> dependency to 0.8.5, bringing in improvements and fixes from that library that support tt-topology's hardware introspection and topology validation work. If you're using tt-topology to characterize or configure your Tenstorrent mesh, this update ensures you're working with the latest device communication layer.]]></summary>
    <content type="html"><![CDATA[<p>This release bumps the underlying <code>pyluwen</code> dependency to 0.8.5, bringing in improvements and fixes from that library that support tt-topology's hardware introspection and topology validation work. If you're using tt-topology to characterize or configure your Tenstorrent mesh, this update ensures you're working with the latest device communication layer.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-topology">Repository</a> · <a href="https://github.com/tenstorrent/tt-topology/releases/tag/v1.2.20">v1.2.20</a></p>
<p>official · added 2026-07-23</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/tt-exalens/releases/tag/v0.3.29</id>
    <title>tt-exalens v0.3.29</title>
    <link href="https://github.com/tenstorrent/tt-exalens/releases/tag/v0.3.29"/>
    <updated>2026-07-22T10:37:50Z</updated>
    <summary type="html"><![CDATA[Exalens now supports step functionality for Rocket cores, letting you pause and advance through Rocket code one instruction at a time—a critical addition for debugging complex kernel behavior. The release also improves memory introspection by exposing read and write memory bytes in the debug interface, and fixes a longstanding issue where <code>noc_read32</code> and <code>noc_write32</code> were incorrectly routing through DMA instead of executing directly, which should resolve performance anomalies in code relying on those primitives.]]></summary>
    <content type="html"><![CDATA[<p>Exalens now supports step functionality for Rocket cores, letting you pause and advance through Rocket code one instruction at a time—a critical addition for debugging complex kernel behavior. The release also improves memory introspection by exposing read and write memory bytes in the debug interface, and fixes a longstanding issue where <code>noc_read32</code> and <code>noc_write32</code> were incorrectly routing through DMA instead of executing directly, which should resolve performance anomalies in code relying on those primitives.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-exalens">Repository</a> · <a href="https://github.com/tenstorrent/tt-exalens/releases/tag/v0.3.29">v0.3.29</a></p>
<p>official · added 2026-07-22</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/moritztng/tt-atom/releases/tag/v0.2.1</id>
    <title>tt-atom v0.2.1</title>
    <link href="https://github.com/moritztng/tt-atom/releases/tag/v0.2.1"/>
    <updated>2026-07-20T11:06:13Z</updated>
    <summary type="html"><![CDATA[The unified entry point <code>Calculator(atoms, model=...)</code> cuts through three separate factory functions, dispatching automatically by checkpoint name just like <code>FAIRChemCalculator</code> or HF's <code>AutoModel</code>—a clean API win that makes Orb-v3 and UMA feel like one family to users. Beyond that surface change, <code>OrbCalculator.evaluate_batch</code> delivers measured 12–19× speedup on Orb inference (outpacing UMA's own ~13× batched gain), and the release consolidates the whole pipeline: <code>fused_lnbw</code> now defaults on when the hardware supports it, a <a href="https://github.com/moritztng/tt-atom/blob/main/scripts/release_gate.py">machine-readable release gate</a> replaces manual checklist steps, and the MultiCard worker—which was silently building only the UMA path—<a href="https://github.com/moritztng/tt-atom/blob/main/tt_atom/batch.py">now correctly dispatches to Orb</a>. Honest perf-per-dollar numbers land too: the p150 trails the H200 on raw throughput but wins by ~4–9× per dollar as systems scale, verified with committed raw timings; an earlier 40× claim that lacked evidence is withdrawn. Several measured fusion wins (closed-form geometry VJP, fused SiLU backward, row-major scatter) compound to real speedups, and <a href="https://github.com/moritztng/tt-atom/blob/main/docs/materials-benchmark.md">a new MgO rock-salt multi-element bulk baseline</a> rounds out the parity table.]]></summary>
    <content type="html"><![CDATA[<p>The unified entry point <code>Calculator(atoms, model=...)</code> cuts through three separate factory functions, dispatching automatically by checkpoint name just like <code>FAIRChemCalculator</code> or HF's <code>AutoModel</code>—a clean API win that makes Orb-v3 and UMA feel like one family to users. Beyond that surface change, <code>OrbCalculator.evaluate_batch</code> delivers measured 12–19× speedup on Orb inference (outpacing UMA's own ~13× batched gain), and the release consolidates the whole pipeline: <code>fused_lnbw</code> now defaults on when the hardware supports it, a <a href="https://github.com/moritztng/tt-atom/blob/main/scripts/release_gate.py">machine-readable release gate</a> replaces manual checklist steps, and the MultiCard worker—which was silently building only the UMA path—<a href="https://github.com/moritztng/tt-atom/blob/main/tt_atom/batch.py">now correctly dispatches to Orb</a>. Honest perf-per-dollar numbers land too: the p150 trails the H200 on raw throughput but wins by ~4–9× per dollar as systems scale, verified with committed raw timings; an earlier 40× claim that lacked evidence is withdrawn. Several measured fusion wins (closed-form geometry VJP, fused SiLU backward, row-major scatter) compound to real speedups, and <a href="https://github.com/moritztng/tt-atom/blob/main/docs/materials-benchmark.md">a new MgO rock-salt multi-element bulk baseline</a> rounds out the parity table.</p>

<p><strong>Links:</strong> <a href="https://github.com/moritztng/tt-atom">Repository</a> · <a href="https://github.com/moritztng/tt-atom/releases/tag/v0.2.1">v0.2.1</a></p>
<p>affiliated · added 2026-07-20</p>]]></content>
    <category term="affiliated"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/tt-vscode-toolkit/releases/tag/v0.1.19</id>
    <title>tt-vscode-toolkit v0.1.19</title>
    <link href="https://github.com/tenstorrent/tt-vscode-toolkit/releases/tag/v0.1.19"/>
    <updated>2026-07-16T21:17:06Z</updated>
    <summary type="html"><![CDATA[The VS Code toolkit now includes a comprehensive guide to joyfully monkeypatching TT-NN without modifying your precious tt-metal checkouts.]]></summary>
    <content type="html"><![CDATA[<p>The VS Code toolkit now includes a comprehensive guide to joyfully monkeypatching TT-NN without modifying your precious tt-metal checkouts.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-vscode-toolkit">Repository</a> · <a href="https://github.com/tenstorrent/tt-vscode-toolkit/releases/tag/v0.1.19">v0.1.19</a></p>
<p>official · added 2026-07-16</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/tt-burnin/releases/tag/v0.4.3</id>
    <title>tt-burnin v0.4.3</title>
    <link href="https://github.com/tenstorrent/tt-burnin/releases/tag/v0.4.3"/>
    <updated>2026-07-16T15:26:18Z</updated>
    <summary type="html"><![CDATA[Galaxy 6U systems get a safer stress-test exit: the tool now performs the KMD reset handshake when resetting Blackhole Galaxy hardware (<a href="https://github.com/tenstorrent/tt-burnin/issues/37">#37</a>), so the kernel driver and the burn-in workload agree about device state instead of leaving a rack-scale box in limbo after a run.]]></summary>
    <content type="html"><![CDATA[<p>Galaxy 6U systems get a safer stress-test exit: the tool now performs the KMD reset handshake when resetting Blackhole Galaxy hardware (<a href="https://github.com/tenstorrent/tt-burnin/issues/37">#37</a>), so the kernel driver and the burn-in workload agree about device state instead of leaving a rack-scale box in limbo after a run.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-burnin">Repository</a> · <a href="https://github.com/tenstorrent/tt-burnin/releases/tag/v0.4.3">v0.4.3</a></p>
<p>official · added 2026-07-16</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/tt-kmd/releases/tag/ttkmd-2.10.0</id>
    <title>tt-kmd ttkmd-2.10.0</title>
    <link href="https://github.com/tenstorrent/tt-kmd/releases/tag/ttkmd-2.10.0"/>
    <updated>2026-07-13T20:07:36Z</updated>
    <summary type="html"><![CDATA[The driver now allows exclusive device access via <code>O_EXCL</code> flags, letting tools like <code>tt-flash</code> guarantee they hold the device for the entire flash-and-reset cycle without losing ownership across intermediate resets. A new experimental ioctl exports TLB windows as dma-bufs for peer-to-peer PCIe DMA from devices like RDMA NICs directly into chip memory—though the release notes carefully document the hazards when a NOC hangs mid-DMA, which can escalate to host machine-check exceptions. The update also fixes resource leaks where wedged processes could exhaust TLB and iATU pools across resets, and corrects a 58-bit address masking bug on Blackhole that was silently misdirecting pinned-buffer DMA to the wrong outbound window.]]></summary>
    <content type="html"><![CDATA[<p>The driver now allows exclusive device access via <code>O_EXCL</code> flags, letting tools like <code>tt-flash</code> guarantee they hold the device for the entire flash-and-reset cycle without losing ownership across intermediate resets. A new experimental ioctl exports TLB windows as dma-bufs for peer-to-peer PCIe DMA from devices like RDMA NICs directly into chip memory—though the release notes carefully document the hazards when a NOC hangs mid-DMA, which can escalate to host machine-check exceptions. The update also fixes resource leaks where wedged processes could exhaust TLB and iATU pools across resets, and corrects a 58-bit address masking bug on Blackhole that was silently misdirecting pinned-buffer DMA to the wrong outbound window.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-kmd">Repository</a> · <a href="https://github.com/tenstorrent/tt-kmd/releases/tag/ttkmd-2.10.0">ttkmd-2.10.0</a></p>
<p>official · added 2026-07-13</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/tt-local-generator/releases/tag/v0.11.0</id>
    <title>tt-local-generator v0.11.0</title>
    <link href="https://github.com/tenstorrent/tt-local-generator/releases/tag/v0.11.0"/>
    <updated>2026-07-10T16:47:57Z</updated>
    <summary type="html"><![CDATA[This release brings concurrent job execution to the local art generator, letting you spin up multiple generation tasks without waiting for each to finish, plus adds support for P300X2 image models and improved server discovery for the tt-inference-server integration. The upgrade streamlines workflows for developers working with generative models on Tenstorrent hardware, making it easier to iterate and experiment with batch processing.]]></summary>
    <content type="html"><![CDATA[<p>This release brings concurrent job execution to the local art generator, letting you spin up multiple generation tasks without waiting for each to finish, plus adds support for P300X2 image models and improved server discovery for the tt-inference-server integration. The upgrade streamlines workflows for developers working with generative models on Tenstorrent hardware, making it easier to iterate and experiment with batch processing.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-local-generator">Repository</a> · <a href="https://github.com/tenstorrent/tt-local-generator/releases/tag/v0.11.0">v0.11.0</a></p>
<p>official · added 2026-07-10</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/tt-umd/releases/tag/v0.9.9</id>
    <title>tt-umd v0.9.9</title>
    <link href="https://github.com/tenstorrent/tt-umd/releases/tag/v0.9.9"/>
    <updated>2026-07-09T17:03:46Z</updated>
    <summary type="html"><![CDATA[This release ships improved device initialization and simulator support. Key fixes include resolving false-positive NOC hang detection that was causing timeouts on healthy devices with tight MMIO budgets, and handling harvested cores correctly so tests don't abort when reading from disabled memory banks on SKUs like Blackhole p100. On the simulator side, the changes unify TLB window setup between RTL and TTSim backends and allow remote devices to accept SocDescriptors directly, laying groundwork for better simulation parity. The release also introduces sccache integration for faster CI builds and adds microbenchmark tests for TTSim clusters.]]></summary>
    <content type="html"><![CDATA[<p>This release ships improved device initialization and simulator support. Key fixes include resolving false-positive NOC hang detection that was causing timeouts on healthy devices with tight MMIO budgets, and handling harvested cores correctly so tests don't abort when reading from disabled memory banks on SKUs like Blackhole p100. On the simulator side, the changes unify TLB window setup between RTL and TTSim backends and allow remote devices to accept SocDescriptors directly, laying groundwork for better simulation parity. The release also introduces sccache integration for faster CI builds and adds microbenchmark tests for TTSim clusters.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-umd">Repository</a> · <a href="https://github.com/tenstorrent/tt-umd/releases/tag/v0.9.9">v0.9.9</a></p>
<p>official · added 2026-07-09</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/tt-flash/releases/tag/v3.10.0</id>
    <title>tt-flash v3.10.0</title>
    <link href="https://github.com/tenstorrent/tt-flash/releases/tag/v3.10.0"/>
    <updated>2026-06-23T19:59:38Z</updated>
    <summary type="html"><![CDATA[This release adds support for Orion SLT silicon, expanding tt-flash's compatibility across Tenstorrent's hardware lineup. If you're working with Orion SLT devices, you can now use tt-flash for firmware management and deployment workflows without workarounds.]]></summary>
    <content type="html"><![CDATA[<p>This release adds support for Orion SLT silicon, expanding tt-flash's compatibility across Tenstorrent's hardware lineup. If you're working with Orion SLT devices, you can now use tt-flash for firmware management and deployment workflows without workarounds.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-flash">Repository</a> · <a href="https://github.com/tenstorrent/tt-flash/releases/tag/v3.10.0">v3.10.0</a></p>
<p>official · added 2026-06-23</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/tt-animatediff/releases/tag/v0.9.0</id>
    <title>tt-animatediff v0.9.0</title>
    <link href="https://github.com/tenstorrent/tt-animatediff/releases/tag/v0.9.0"/>
    <updated>2026-06-22T19:56:31Z</updated>
    <summary type="html"><![CDATA[AnimateDiff now includes a Gradio-based web interface alongside full documentation and test coverage, making it more accessible for developers exploring text-to-video generation on Tenstorrent hardware. The addition of Lightning support streamlines integration with existing training workflows, reducing friction for those looking to fine-tune or experiment with animation models at scale.]]></summary>
    <content type="html"><![CDATA[<p>AnimateDiff now includes a Gradio-based web interface alongside full documentation and test coverage, making it more accessible for developers exploring text-to-video generation on Tenstorrent hardware. The addition of Lightning support streamlines integration with existing training workflows, reducing friction for those looking to fine-tune or experiment with animation models at scale.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-animatediff">Repository</a> · <a href="https://github.com/tenstorrent/tt-animatediff/releases/tag/v0.9.0">v0.9.0</a></p>
<p>official · added 2026-06-22</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/Zaneham/ttas/releases/tag/v0.1.0</id>
    <title>ttas v0.1.0</title>
    <link href="https://github.com/Zaneham/ttas/releases/tag/v0.1.0"/>
    <updated>2026-05-28T07:08:35Z</updated>
    <summary type="html"><![CDATA[ttas v0.1.0 reaches a significant milestone: all 128 Wormhole b0 instructions are now fully cross-checked against Tenstorrent's canonical TT_OP_ macros in ckernel_ops.h, verifying opcodes, start bits, and field widths across the complete ISA. There's one breaking change — positional operand order in .tts files now follows the TT_OP_ macro signature rather than ascending start_bit order; named operands are unaffected.]]></summary>
    <content type="html"><![CDATA[<p>ttas v0.1.0 reaches a significant milestone: all 128 Wormhole b0 instructions are now fully cross-checked against Tenstorrent's canonical TT_OP_ macros in ckernel_ops.h, verifying opcodes, start bits, and field widths across the complete ISA. There's one breaking change — positional operand order in .tts files now follows the TT_OP_ macro signature rather than ascending start_bit order; named operands are unaffected.</p>

<p><strong>Links:</strong> <a href="https://github.com/Zaneham/ttas">Repository</a> · <a href="https://github.com/Zaneham/ttas/releases/tag/v0.1.0">v0.1.0</a></p>
<p>community · added 2026-05-28</p>]]></content>
    <category term="community"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/whisper/releases/tag/1.861</id>
    <title>whisper 1.861</title>
    <link href="https://github.com/tenstorrent/whisper/releases/tag/1.861"/>
    <updated>2026-05-11T15:44:36Z</updated>
    <summary type="html"><![CDATA[whisper released 1.861. Repository: https://github.com/tenstorrent/whisper]]></summary>
    <content type="html"><![CDATA[<p>whisper released 1.861. Repository: https://github.com/tenstorrent/whisper</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/whisper">Repository</a> · <a href="https://github.com/tenstorrent/whisper/releases/tag/1.861">1.861</a></p>
<p>official · added 2026-05-11</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/mesham/tt-sim/releases/tag/v1.0</id>
    <title>tt-sim v1.0</title>
    <link href="https://github.com/mesham/tt-sim/releases/tag/v1.0"/>
    <updated>2026-05-11T13:07:42Z</updated>
    <summary type="html"><![CDATA[tt-sim v1.0 is the first tagged release of a community-built Tenstorrent hardware simulator, providing a simulation environment compatible with the mesham/tt-metal fork. This gives developers an accessible way to explore tt-metal on Tenstorrent architecture without requiring physical hardware.]]></summary>
    <content type="html"><![CDATA[<p>tt-sim v1.0 is the first tagged release of a community-built Tenstorrent hardware simulator, providing a simulation environment compatible with the mesham/tt-metal fork. This gives developers an accessible way to explore tt-metal on Tenstorrent architecture without requiring physical hardware.</p>

<p><strong>Links:</strong> <a href="https://github.com/mesham/tt-sim">Repository</a> · <a href="https://github.com/mesham/tt-sim/releases/tag/v1.0">v1.0</a></p>
<p>community · added 2026-05-11</p>]]></content>
    <category term="community"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent-riscv-software/tt-bh-linux/releases/tag/v0.11</id>
    <title>tt-bh-linux v0.11</title>
    <link href="https://github.com/tenstorrent-riscv-software/tt-bh-linux/releases/tag/v0.11"/>
    <updated>2026-04-13T15:10:59Z</updated>
    <summary type="html"><![CDATA[This release upgrades to Linux Kernel 7.0 and adds device tree support for performance monitoring, letting you track system metrics directly from userspace. The kernel now ships with a patch that eliminates spurious swiotlb errors during boot, cleaning up initialization logs and making debugging easier. Several fixes to the console tool and build system round out the update.]]></summary>
    <content type="html"><![CDATA[<p>This release upgrades to Linux Kernel 7.0 and adds device tree support for performance monitoring, letting you track system metrics directly from userspace. The kernel now ships with a patch that eliminates spurious swiotlb errors during boot, cleaning up initialization logs and making debugging easier. Several fixes to the console tool and build system round out the update.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent-riscv-software/tt-bh-linux">Repository</a> · <a href="https://github.com/tenstorrent-riscv-software/tt-bh-linux/releases/tag/v0.11">v0.11</a></p>
<p>official · added 2026-04-13</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/tt-firmware/releases/tag/v19.6.0</id>
    <title>tt-firmware v19.6.0</title>
    <link href="https://github.com/tenstorrent/tt-firmware/releases/tag/v19.6.0"/>
    <updated>2026-02-20T16:53:34Z</updated>
    <summary type="html"><![CDATA[This release brings memory and stability improvements across Tenstorrent's platform lineup, with Wormhole now supporting Samsung GDDR6 and both platforms implementing security wipes during initialization. On Blackhole, the p300 gains critical fixes for reboot reliability and expanded board support with Galaxy revC, while p300c power limits have been tuned (550W board power, 125W TDP, 88°C GDDR thermals). The telemetry layer also gets new visibility into AICLK arbitration decisions with granular tracing, helping developers debug frequency scaling behavior more effectively.]]></summary>
    <content type="html"><![CDATA[<p>This release brings memory and stability improvements across Tenstorrent's platform lineup, with Wormhole now supporting Samsung GDDR6 and both platforms implementing security wipes during initialization. On Blackhole, the p300 gains critical fixes for reboot reliability and expanded board support with Galaxy revC, while p300c power limits have been tuned (550W board power, 125W TDP, 88°C GDDR thermals). The telemetry layer also gets new visibility into AICLK arbitration decisions with granular tracing, helping developers debug frequency scaling behavior more effectively.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-firmware">Repository</a> · <a href="https://github.com/tenstorrent/tt-firmware/releases/tag/v19.6.0">v19.6.0</a></p>
<p>official · added 2026-02-20</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/Syllo/nvtop/releases/tag/3.3.2</id>
    <title>nvtop 3.3.2</title>
    <link href="https://github.com/Syllo/nvtop/releases/tag/3.3.2"/>
    <updated>2026-02-08T17:57:16Z</updated>
    <summary type="html"><![CDATA[This patch release fixes snapshot mode to generate valid JSON output, addressing a parsing issue that would have affected downstream tooling. The update also introduces loop snapshot mode for continuous monitoring and extends snapshot data to capture process-level details and encode/decode statistics, giving users more granular visibility into system activity.]]></summary>
    <content type="html"><![CDATA[<p>This patch release fixes snapshot mode to generate valid JSON output, addressing a parsing issue that would have affected downstream tooling. The update also introduces loop snapshot mode for continuous monitoring and extends snapshot data to capture process-level details and encode/decode statistics, giving users more granular visibility into system activity.</p>

<p><strong>Links:</strong> <a href="https://github.com/Syllo/nvtop">Repository</a> · <a href="https://github.com/Syllo/nvtop/releases/tag/3.3.2">3.3.2</a></p>
<p>community · added 2026-02-08</p>]]></content>
    <category term="community"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/tt-tools-common/releases/tag/v1.6.0</id>
    <title>tt-tools-common v1.6.0</title>
    <link href="https://github.com/tenstorrent/tt-tools-common/releases/tag/v1.6.0"/>
    <updated>2025-12-23T21:02:08Z</updated>
    <summary type="html"><![CDATA[A packaging-focused cut: beyond the version bump, this build generates proper Ubuntu and Debian changelogs — it's the version now shipping as <code>python3-tt-tools-common</code> in the <a href="https://ppa.tenstorrent.com/">Tenstorrent PPA</a>, so the shared plumbing under tt-smi, tt-flash, and friends installs cleanly via apt.]]></summary>
    <content type="html"><![CDATA[<p>A packaging-focused cut: beyond the version bump, this build generates proper Ubuntu and Debian changelogs — it's the version now shipping as <code>python3-tt-tools-common</code> in the <a href="https://ppa.tenstorrent.com/">Tenstorrent PPA</a>, so the shared plumbing under tt-smi, tt-flash, and friends installs cleanly via apt.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-tools-common">Repository</a> · <a href="https://github.com/tenstorrent/tt-tools-common/releases/tag/v1.6.0">v1.6.0</a></p>
<p>official · added 2025-12-23</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/tt-system-tools/releases/tag/v1.4.1</id>
    <title>tt-system-tools v1.4.1</title>
    <link href="https://github.com/tenstorrent/tt-system-tools/releases/tag/v1.4.1"/>
    <updated>2025-12-08T17:23:48Z</updated>
    <summary type="html"><![CDATA[tt-system-tools released v1.4.1. Repository: https://github.com/tenstorrent/tt-system-tools]]></summary>
    <content type="html"><![CDATA[<p>tt-system-tools released v1.4.1. Repository: https://github.com/tenstorrent/tt-system-tools</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-system-tools">Repository</a> · <a href="https://github.com/tenstorrent/tt-system-tools/releases/tag/v1.4.1">v1.4.1</a></p>
<p>official · added 2025-12-08</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/riescue/releases/tag/v1.7.0</id>
    <title>RiESCUE v1.7.0</title>
    <link href="https://github.com/tenstorrent/riescue/releases/tag/v1.7.0"/>
    <updated>2025-12-03T19:29:44Z</updated>
    <summary type="html"><![CDATA[The loader and scheduler in RiescueD have been refactored with explicit interfaces that make their control flow clearer and reduce redundant checks—<code>test_setup</code> now runs once during scheduler initialization rather than on every loop iteration. Bug fixes address deterministic CSR ordering, privilege mode handling in virtualized environments, and stack allocation for algorithm tests, while new documentation with Mermaid flowcharts and API details should help developers understand and debug runtime behavior more easily.]]></summary>
    <content type="html"><![CDATA[<p>The loader and scheduler in RiescueD have been refactored with explicit interfaces that make their control flow clearer and reduce redundant checks—<code>test_setup</code> now runs once during scheduler initialization rather than on every loop iteration. Bug fixes address deterministic CSR ordering, privilege mode handling in virtualized environments, and stack allocation for algorithm tests, while new documentation with Mermaid flowcharts and API details should help developers understand and debug runtime behavior more easily.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/riescue">Repository</a> · <a href="https://github.com/tenstorrent/riescue/releases/tag/v1.7.0">v1.7.0</a></p>
<p>official · added 2025-12-03</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/tt-torch/releases/tag/0.4.0</id>
    <title>tt-torch 0.4.0</title>
    <link href="https://github.com/tenstorrent/tt-torch/releases/tag/0.4.0"/>
    <updated>2025-09-29T22:23:47Z</updated>
    <summary type="html"><![CDATA[tt-torch released 0.4.0. Repository: https://github.com/tenstorrent/tt-torch]]></summary>
    <content type="html"><![CDATA[<p>tt-torch released 0.4.0. Repository: https://github.com/tenstorrent/tt-torch</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-torch">Repository</a> · <a href="https://github.com/tenstorrent/tt-torch/releases/tag/0.4.0">0.4.0</a></p>
<p>official · added 2025-09-29</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/polaris/releases/tag/pre_perfmodel_merge</id>
    <title>polaris pre_perfmodel_merge</title>
    <link href="https://github.com/tenstorrent/polaris/releases/tag/pre_perfmodel_merge"/>
    <updated>2025-09-19T18:16:27Z</updated>
    <summary type="html"><![CDATA[polaris released pre_perfmodel_merge. Repository: https://github.com/tenstorrent/polaris]]></summary>
    <content type="html"><![CDATA[<p>polaris released pre_perfmodel_merge. Repository: https://github.com/tenstorrent/polaris</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/polaris">Repository</a> · <a href="https://github.com/tenstorrent/polaris/releases/tag/pre_perfmodel_merge">pre_perfmodel_merge</a></p>
<p>official · added 2025-09-19</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/riscv_arch_tests/releases/tag/v0.2.0%2Baligned-access</id>
    <title>riscv_arch_tests v0.2.0+aligned-access</title>
    <link href="https://github.com/tenstorrent/riscv_arch_tests/releases/tag/v0.2.0%2Baligned-access"/>
    <updated>2025-01-23T17:16:16Z</updated>
    <summary type="html"><![CDATA[This release brings byte-alignment compliance testing to the RISC-V architecture test suite, ensuring that RV IMFA tests across all privilege levels (Machine, Supervisor, and User) and configurations (bare metal and paging disabled) properly enforce alignment constraints. The CI pipeline now validates that these tests correctly reject misaligned memory accesses, catching potential issues where implementations might incorrectly permit unaligned data or instruction fetches that the spec forbids.]]></summary>
    <content type="html"><![CDATA[<p>This release brings byte-alignment compliance testing to the RISC-V architecture test suite, ensuring that RV IMFA tests across all privilege levels (Machine, Supervisor, and User) and configurations (bare metal and paging disabled) properly enforce alignment constraints. The CI pipeline now validates that these tests correctly reject misaligned memory accesses, catching potential issues where implementations might incorrectly permit unaligned data or instruction fetches that the spec forbids.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/riscv_arch_tests">Repository</a> · <a href="https://github.com/tenstorrent/riscv_arch_tests/releases/tag/v0.2.0%2Baligned-access">v0.2.0+aligned-access</a></p>
<p>official · added 2025-01-23</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/tt-buda/releases/tag/v0.19.3</id>
    <title>tt-buda v0.19.3</title>
    <link href="https://github.com/tenstorrent/tt-buda/releases/tag/v0.19.3"/>
    <updated>2024-09-24T21:01:08Z</updated>
    <summary type="html"><![CDATA[This release brings support for ten additional model variants—including Phi2, Qwen1.5-0.5B, and YOLOX—along with initial Wormhole n300 dual-chip support for the TT-LoudBox and TT-QuietBox systems. Performance improvements are mixed across architectures: Grayskull sees solid gains on HRNet (41%), while Wormhole n300 single-chip shows 14% uplift on Falcon-7B, though some models like FLAN-T5 have regressed. CNN models now work on 4-chip and 8-chip MMIO configurations, and the compiler received stability fixes alongside improved documentation.]]></summary>
    <content type="html"><![CDATA[<p>This release brings support for ten additional model variants—including Phi2, Qwen1.5-0.5B, and YOLOX—along with initial Wormhole n300 dual-chip support for the TT-LoudBox and TT-QuietBox systems. Performance improvements are mixed across architectures: Grayskull sees solid gains on HRNet (41%), while Wormhole n300 single-chip shows 14% uplift on Falcon-7B, though some models like FLAN-T5 have regressed. CNN models now work on 4-chip and 8-chip MMIO configurations, and the compiler received stability fixes alongside improved documentation.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-buda">Repository</a> · <a href="https://github.com/tenstorrent/tt-buda/releases/tag/v0.19.3">v0.19.3</a></p>
<p>official · added 2024-09-24</p>]]></content>
    <category term="official"/>
    <category term="release"/>
  </entry>
  <entry>
    <id>https://github.com/zk4x/zyx/releases/tag/v0.14.0</id>
    <title>zyx v0.14.0</title>
    <link href="https://github.com/zk4x/zyx/releases/tag/v0.14.0"/>
    <updated>2024-09-22T13:54:32Z</updated>
    <summary type="html"><![CDATA[zyx released v0.14.0. Repository: https://github.com/zk4x/zyx]]></summary>
    <content type="html"><![CDATA[<p>zyx released v0.14.0. Repository: https://github.com/zk4x/zyx</p>

<p><strong>Links:</strong> <a href="https://github.com/zk4x/zyx">Repository</a> · <a href="https://github.com/zk4x/zyx/releases/tag/v0.14.0">v0.14.0</a></p>
<p>community · added 2024-09-22</p>]]></content>
    <category term="community"/>
    <category term="release"/>
  </entry>
</feed>
