Skip to content

Commit

Permalink
TTKMD v1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
alewycky-tenstorrent committed Feb 8, 2024
1 parent bf4ad32 commit 63bf7d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ The driver registers device files named `/dev/tenstorrent/%d`, one for each enum
* `dnf install epel-release && dnf install dkms` (Enterprise Linux based)
```
sudo dkms add .
sudo dkms install tenstorrent/1.26
sudo dkms install tenstorrent/1.27
sudo modprobe tenstorrent
```
(or reboot, driver will auto-load next boot)

### To uninstall:
```
sudo modprobe -r tenstorrent
sudo dkms remove tenstorrent/1.26 --all
sudo dkms remove tenstorrent/1.27 --all
```

2 changes: 1 addition & 1 deletion dkms.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="tenstorrent"
PACKAGE_VERSION="1.26"
PACKAGE_VERSION="1.27"
BUILT_MODULE_NAME="tenstorrent"

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

#define TTDRIVER_VER "1.26"
#define TTDRIVER_VER "1.27"

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

0 comments on commit 63bf7d4

Please sign in to comment.