Jump to content

Tenstorrent

From NixOS Wiki
Revision as of 19:52, 12 October 2025 by TheComputerGuy (talk | contribs) (Created page with "[https://tenstorrent.com Tenstorrent] is an AI & ML hardware accelerator company using RISC-V. They're known for the Wormhole and Blackhole accelerator cards. They also have the TT-LoudBox and TT-QuietBox workstation systems. == NixOS == NixOS support requires NixOS 25.11 or newer and it is as simple as enabling the module.<syntaxhighlight lang="nix"> { config, ... }: { hardware.tenstorrent.enable = true; } </syntaxhighlight>This gives you <code>tt-smi</code> and <cod...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Tenstorrent is an AI & ML hardware accelerator company using RISC-V. They're known for the Wormhole and Blackhole accelerator cards. They also have the TT-LoudBox and TT-QuietBox workstation systems.

NixOS

NixOS support requires NixOS 25.11 or newer and it is as simple as enabling the module.

{ config, ... }:
{
  hardware.tenstorrent.enable = true;
}

This gives you tt-smi and tt-system-tools along with the kernel driver and udev rules.