Skip to content

Commit

Permalink
TTKMD v1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
nxuTT committed Nov 2, 2023
1 parent bd281d4 commit cc7170c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -7,9 +7,9 @@ The driver registers device files named /dev/tenstorrent/%d, one for each enumer
To install:
0. You must have dkms installed.
1. sudo dkms add .
2. sudo dkms install tenstorrent/1.25
2. sudo dkms install tenstorrent/1.26
3. sudo modprobe tenstorrent (or reboot, driver will auto-load next boot)

To uninstall:
1. sudo modprobe -r tenstorrent
2. sudo dkms remove tenstorrent/1.25 --all
2. sudo dkms remove tenstorrent/1.26 --all
2 changes: 1 addition & 1 deletion dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="tenstorrent"
PACKAGE_VERSION="1.25"
PACKAGE_VERSION="1.26"
BUILT_MODULE_NAME="tenstorrent"

DEST_MODULE_LOCATION="/kernel/extra"
Expand Down
2 changes: 1 addition & 1 deletion module.c
Expand Up @@ -9,7 +9,7 @@
#include "chardev.h"
#include "enumerate.h"

#define TTDRIVER_VER "1.25"
#define TTDRIVER_VER "1.26"

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Tenstorrent AI kernel driver");
Expand Down

0 comments on commit cc7170c

Please sign in to comment.