https://github.com/tenstorrent/tt-kmd
- Grayskull
- Wormhole
The driver registers device files named /dev/tenstorrent/%d
, one for each enumerated device.
- You must have dkms installed.
apt install dkms
(Debian, Ubuntu)dnf install dkms
(Fedora)dnf install epel-release && dnf install dkms
(Enterprise Linux based)
sudo dkms add .
sudo dkms install tenstorrent/1.30
sudo modprobe tenstorrent
(or reboot, driver will auto-load next boot)
sudo modprobe -r tenstorrent
sudo dkms remove tenstorrent/1.30 --all