-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# FAQ & Troubleshooting Guide | ||
|
||
## Resetting an accelerator board | ||
|
||
If a Tenstorrent chip seems to hang and/or is producing unexpected behaviour, | ||
you may try a software reset of the board. | ||
|
||
For Grayskull: `tt-smi -tr all` | ||
|
||
If the software reset does not work, unfortunately you will have to power cycle | ||
the board. This usually means rebooting the host of a board. | ||
|
||
## `PermissionError` on `/tmp/*.lock` files | ||
|
||
If multiple users are running on a system with a shared Tenstorrent device, | ||
you may encounter a `PermissionError: [Errno 13] Permission denied: '/tmp/*.lock'`. | ||
|
||
You would need to remove these files between user sessions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters