sjettTT/tt-qwen-3.8-flash-next

Qwen3.8-Flash-Next on Tenstorrent Blackhole (4x p150 / QuietBox): OpenAI-compatible chat server with chunked prefill, MTP speculative decoding and contexts to 262,144 tokens

1

stars

29,271

commits

C++

primary language

Sep 10, 2026

updated

README

tt-metal CI Ask DeepWiki

Hardware | Install | Discord | Join Us | Bounty $

ttnn logo

TT-NN is a Python & C++ Neural Network OP library.

API Reference | Model Demos

The Models team is focused on developing the following models, optimizing them for performance, accuracy, and compatibility. Follow each model link for more details.

[!IMPORTANT] For a full model list see the Model Matrix, or visit the Developer Hub.

[!NOTE] Performance Metrics:

  • Time to First Token (TTFT) measures the time (in milliseconds) it takes to generate the first output token after input is received.
  • T/S/U (Tokens per Second per User): Represents the throughput of first-token generation after prefill. It is calculated as 1 / inter-token latency.
  • T/S (Tokens per Second): Represents total token throughput, calculated as T/S = T/S/U x batch size.
  • TP (Tensor Parallel) and DP (Data Parallel): Indicate the parallelization factors across multiple devices.
  • Reported LLM Performance: Based on an input sequence length of 128 tokens for all models.
  • Performance Data Source: Metrics were collected using the tt-metal model demos (linked above). Results may vary when using other runtimes such as the vLLM inference server.

Llama 3.3 70B (TP=32)

BatchHardwareTTFT (MS)T/S/UTarget
T/S/U
T/STT-Metalium ReleasevLLM Tenstorrent Repo Release
32Galaxy (Wormhole)5372.5802268.8v0.65.0-rc759be953

Qwen 2.5 7B (TP=2)

BatchHardwareTTFT (MS)T/S/UTarget
T/S/U
T/STT-Metalium ReleasevLLM Tenstorrent Repo Release
32n300 (Wormhole)10922.130707.2v0.62.0-rc35ced0161

Qwen 2.5 72B (TP=8)

BatchHardwareTTFT (MS)T/S/UTarget
T/S/U
T/STT-Metalium ReleasevLLM Tenstorrent Repo Release
32QuietBox (Wormhole)22315.420492.8v0.62.0-rc25e7c329b

Whisper (distil-large-v3)

BatchHardwareTTFT (MS)T/S/UTarget
T/S/U
T/STT-Metalium Release
1n150 (Wormhole)163105.045105.0v0.65.0-dev20251208
1p150 (Blackhole)63263.4263.4v0.65.0-dev20251208

Mixtral 8x7B (TP=8)

BatchHardwareTTFT (MS)T/S/UTarget
T/S/U
T/STT-Metalium Release
32QuietBox (Wormhole)12224.933796.8v0.62.0-dev20251015

Blackhole software optimization is under active development. Please join us in shaping the future of open source AI!
[Discord] [Developer Hub]

For more information regarding vLLM installation and environment creation visit the Tenstorrent vLLM TT plugin README.

Model Updates

For the latest model updates and features, please see MODEL_UPDATES.md

Model Bring-Up and Testing

For information on initial model procedures, please see Model Bring-Up and Testing

TT-NN Tech Reports

Benchmarks


TT-Metalium logo

TT-Metalium is our low-level programming model, enabling kernel development for Tenstorrent hardware.

Programming Guide | API Reference

Getting started

Get started with simple kernels.

TT-Metalium Tech Reports

Scaleout Tech Reports

TT-Metalium Programming Examples

Hello World

Add Integers

Simple Tensor Manipulation

DRAM Data Movement

Eltwise

Matmul

Tools and Instruments

TT-NN Visualizer

A comprehensive tool for visualizing and analyzing model execution, offering interactive graphs, memory plots, tensor details, buffer overviews, operation flow graphs, and multi-instance support with file or SSH-based report loading.

TT-Exalens

The TT-Exalens repository describes TT-Lensium, a low-level debugging tool for Tenstorrent hardware. It allows developers to access and communicate with Wormhole and Blackhole devices.

TT-SMI

The TT-SMI repository describes the Tenstorrent System Management Interface. This command line utility can interact with Tenstorrent devices on host. TT-SMI provides an easy to use interface displaying device, telemetry, and firmware information.

Model Explorer

The Model Explorer is an intuitive and hierarchical visualization tool using model graphs. It organizes model operations into nested layers and provides features for model exploration and debugging.

Tracy Profiler

The Tracy Profiler is a real-time nanosecond resolution, remote telemetry, hybrid frame, and sampling tool. Tracy supports profiling CPU, GPU, memory allocation, locks, context switches, and more.

Device Print Debug

DPRINT can print variables, addresses, and circular buffer data from kernels to the host terminal or log file. This feature is useful for debugging issues with kernels.

Watcher

Watcher monitors firmware and kernels for common programming errors, and overall device status. If an error or hang occurs, Watcher displays log data of that occurrence.

Inspector

Inspector provides insights into host runtime. It logs necessary data for investigation and allows queries to host runtime data.

Latest Releases

ReleaseRelease DateFW VersionKMD VersionSMI Version
0.68.0ETA Apr 30, 202619.2.02.5.03.0.38
0.67.4Mar 30, 202619.2.02.5.03.0.38
0.67.0Mar 25, 202619.2.02.5.03.0.38
0.66.0Feb 18, 202619.2.02.5.03.0.38
0.65.1Jan 12, 202619.2.02.5.03.0.38
0.65.0Dec 15, 202519.2.02.5.03.0.38
0.64.5Dec 1, 202518.12.02.4.13.0.32
0.64.4Nov 24, 202518.12.02.4.13.0.32
0.64.3Nov 14, 202518.12.02.4.13.0.32
0.64.0Oct 29, 202518.12.02.4.13.0.32
0.63.0Sep 22, 202518.8.02.3.03.0.28
0.62.2Aug 20, 202518.6.02.0.03.0.20
0.61.0Skipped---
0.60.1Jul 22, 202518.6.02.0.03.0.20
0.59.0Jun 18, 2025---
0.58.0May 13, 2025---
0.57.0Apr 15, 2025---
0.56.0Mar 7, 2025---

Visit the releases folder for details on releases, release notes, and estimated release dates.

Tenstorrent Bounty Program Terms and Conditions

This repo is a part of Tenstorrent’s bounty program. If you are interested in helping to improve tt-metal, please make sure to read the Tenstorrent Bounty Program Terms and Conditions before heading to the issues tab. Look for the issues that are tagged with both “bounty” and difficulty level!

License

TT-Metalium and TTNN are licensed under the Apache 2.0 License, as detailed in LICENSE and LICENSE_understanding.txt.

Some distributable forms of this project—such as manylinux-compliant wheels—may need to bundle additional libraries beyond the standard Linux system libraries. For example:

  • libnuma
  • libhwloc
  • openmpi (when built with multihost support)
  • libevent (when built with multihost support)

These libraries are bound by their own license terms.

Contributors

(top 30 of 371)

tt-rkim

1,307 commits

tt-aho

988 commits

blozano-tt

825 commits

abhullar-tt

531 commits

sjettTT/tt-qwen-3.8-flash-next

Qwen3.8-Flash-Next on Tenstorrent Blackhole (4x p150 / QuietBox): OpenAI-compatible chat server with chunked prefill, MTP speculative decoding and contexts to 262,144 tokens

1

stars

29,271

commits

C++

primary language

Sep 10, 2026

updated

README

tt-metal CI Ask DeepWiki

Hardware | Install | Discord | Join Us | Bounty $

ttnn logo

TT-NN is a Python & C++ Neural Network OP library.

API Reference | Model Demos

The Models team is focused on developing the following models, optimizing them for performance, accuracy, and compatibility. Follow each model link for more details.

[!IMPORTANT] For a full model list see the Model Matrix, or visit the Developer Hub.

[!NOTE] Performance Metrics:

  • Time to First Token (TTFT) measures the time (in milliseconds) it takes to generate the first output token after input is received.
  • T/S/U (Tokens per Second per User): Represents the throughput of first-token generation after prefill. It is calculated as 1 / inter-token latency.
  • T/S (Tokens per Second): Represents total token throughput, calculated as T/S = T/S/U x batch size.
  • TP (Tensor Parallel) and DP (Data Parallel): Indicate the parallelization factors across multiple devices.
  • Reported LLM Performance: Based on an input sequence length of 128 tokens for all models.
  • Performance Data Source: Metrics were collected using the tt-metal model demos (linked above). Results may vary when using other runtimes such as the vLLM inference server.

Llama 3.3 70B (TP=32)

BatchHardwareTTFT (MS)T/S/UTarget
T/S/U
T/STT-Metalium ReleasevLLM Tenstorrent Repo Release
32Galaxy (Wormhole)5372.5802268.8v0.65.0-rc759be953

Qwen 2.5 7B (TP=2)

BatchHardwareTTFT (MS)T/S/UTarget
T/S/U
T/STT-Metalium ReleasevLLM Tenstorrent Repo Release
32n300 (Wormhole)10922.130707.2v0.62.0-rc35ced0161

Qwen 2.5 72B (TP=8)

BatchHardwareTTFT (MS)T/S/UTarget
T/S/U
T/STT-Metalium ReleasevLLM Tenstorrent Repo Release
32QuietBox (Wormhole)22315.420492.8v0.62.0-rc25e7c329b

Whisper (distil-large-v3)

BatchHardwareTTFT (MS)T/S/UTarget
T/S/U
T/STT-Metalium Release
1n150 (Wormhole)163105.045105.0v0.65.0-dev20251208
1p150 (Blackhole)63263.4263.4v0.65.0-dev20251208

Mixtral 8x7B (TP=8)

BatchHardwareTTFT (MS)T/S/UTarget
T/S/U
T/STT-Metalium Release
32QuietBox (Wormhole)12224.933796.8v0.62.0-dev20251015

Blackhole software optimization is under active development. Please join us in shaping the future of open source AI!
[Discord] [Developer Hub]

For more information regarding vLLM installation and environment creation visit the Tenstorrent vLLM TT plugin README.

Model Updates

For the latest model updates and features, please see MODEL_UPDATES.md

Model Bring-Up and Testing

For information on initial model procedures, please see Model Bring-Up and Testing

TT-NN Tech Reports

Benchmarks


TT-Metalium logo

TT-Metalium is our low-level programming model, enabling kernel development for Tenstorrent hardware.

Programming Guide | API Reference

Getting started

Get started with simple kernels.

TT-Metalium Tech Reports

Scaleout Tech Reports

TT-Metalium Programming Examples

Hello World

Add Integers

Simple Tensor Manipulation

DRAM Data Movement

Eltwise

Matmul

Tools and Instruments

TT-NN Visualizer

A comprehensive tool for visualizing and analyzing model execution, offering interactive graphs, memory plots, tensor details, buffer overviews, operation flow graphs, and multi-instance support with file or SSH-based report loading.

TT-Exalens

The TT-Exalens repository describes TT-Lensium, a low-level debugging tool for Tenstorrent hardware. It allows developers to access and communicate with Wormhole and Blackhole devices.

TT-SMI

The TT-SMI repository describes the Tenstorrent System Management Interface. This command line utility can interact with Tenstorrent devices on host. TT-SMI provides an easy to use interface displaying device, telemetry, and firmware information.

Model Explorer

The Model Explorer is an intuitive and hierarchical visualization tool using model graphs. It organizes model operations into nested layers and provides features for model exploration and debugging.

Tracy Profiler

The Tracy Profiler is a real-time nanosecond resolution, remote telemetry, hybrid frame, and sampling tool. Tracy supports profiling CPU, GPU, memory allocation, locks, context switches, and more.

Device Print Debug

DPRINT can print variables, addresses, and circular buffer data from kernels to the host terminal or log file. This feature is useful for debugging issues with kernels.

Watcher

Watcher monitors firmware and kernels for common programming errors, and overall device status. If an error or hang occurs, Watcher displays log data of that occurrence.

Inspector

Inspector provides insights into host runtime. It logs necessary data for investigation and allows queries to host runtime data.

Latest Releases

ReleaseRelease DateFW VersionKMD VersionSMI Version
0.68.0ETA Apr 30, 202619.2.02.5.03.0.38
0.67.4Mar 30, 202619.2.02.5.03.0.38
0.67.0Mar 25, 202619.2.02.5.03.0.38
0.66.0Feb 18, 202619.2.02.5.03.0.38
0.65.1Jan 12, 202619.2.02.5.03.0.38
0.65.0Dec 15, 202519.2.02.5.03.0.38
0.64.5Dec 1, 202518.12.02.4.13.0.32
0.64.4Nov 24, 202518.12.02.4.13.0.32
0.64.3Nov 14, 202518.12.02.4.13.0.32
0.64.0Oct 29, 202518.12.02.4.13.0.32
0.63.0Sep 22, 202518.8.02.3.03.0.28
0.62.2Aug 20, 202518.6.02.0.03.0.20
0.61.0Skipped---
0.60.1Jul 22, 202518.6.02.0.03.0.20
0.59.0Jun 18, 2025---
0.58.0May 13, 2025---
0.57.0Apr 15, 2025---
0.56.0Mar 7, 2025---

Visit the releases folder for details on releases, release notes, and estimated release dates.

Tenstorrent Bounty Program Terms and Conditions

This repo is a part of Tenstorrent’s bounty program. If you are interested in helping to improve tt-metal, please make sure to read the Tenstorrent Bounty Program Terms and Conditions before heading to the issues tab. Look for the issues that are tagged with both “bounty” and difficulty level!

License

TT-Metalium and TTNN are licensed under the Apache 2.0 License, as detailed in LICENSE and LICENSE_understanding.txt.

Some distributable forms of this project—such as manylinux-compliant wheels—may need to bundle additional libraries beyond the standard Linux system libraries. For example:

  • libnuma
  • libhwloc
  • openmpi (when built with multihost support)
  • libevent (when built with multihost support)

These libraries are bound by their own license terms.

Contributors

(top 30 of 371)

tt-rkim

1,307 commits

tt-aho

988 commits

blozano-tt

825 commits

abhullar-tt

531 commits

Languages

C++

48.2%

Python

47.6%

C

2.7%