Tenstorrent: Difference between revisions
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..." |
m Category:Hardware added |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
[https://tenstorrent.com Tenstorrent] is | [https://tenstorrent.com Tenstorrent] is a company developing RISC-V based hardware accelerators for AI and ML. They're known for the Wormhole and Blackhole accelerator cards. They also have the TT-LoudBox and TT-QuietBox workstation systems. | ||
== NixOS == | == NixOS == | ||
| Line 8: | Line 8: | ||
} | } | ||
</syntaxhighlight>This gives you <code>tt-smi</code> and <code>tt-system-tools</code> along with the kernel driver and udev rules. | </syntaxhighlight>This gives you <code>tt-smi</code> and <code>tt-system-tools</code> along with the kernel driver and udev rules. | ||
[[Category:Hardware]] | |||