Skip to content

Commit

Permalink
Add FAQ & Troubleshooting markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
milank94 committed Dec 3, 2023
1 parent 0cc5393 commit e137486
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 13 deletions.
18 changes: 18 additions & 0 deletions FAQ.md
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.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- [First 5 Things To-Do](#first-5-things-to-do)
- [Model Demos](#model-demos)
- [Documentation](#documentation)
- [FAQ & Troubleshooting](#faq--troubleshooting)
- [Communication](#communication)

## Introduction
Expand Down Expand Up @@ -36,8 +37,12 @@ For additional example code for running some popular AI/ML models, please visit

Please refer to the [official documentation website](https://docs.tenstorrent.com/tenstorrent/).

## FAQ & Troubleshooting

We keep a running FAQ & troubleshoot guide to help you quickly resolve some of the most common issues at [FAQ & Troubleshooting](FAQ.md).

## Communication

If you would like to formally propose a new feature, report a bug, or have issues with permissions, please file through [GitHub issues](https://github.com/tenstorrent/tt-buda/issues).

Please access the [Discord community](https://discord.gg/YkjMXthQ) forum for updates, tips, troubleshooting support, and more!
Please access the [Discord community](https://discord.gg/YkjMXthQ) forum for updates, tips, live troubleshooting support, and more!
12 changes: 0 additions & 12 deletions model_demos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@ export PYTHONPATH=.
python cv_demos/resnet/pytorch_resnet.py
```

## Hardware troubleshooting

### 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.

## Models Support Table

| **Model** | **Supported Hardware** <br /> GS - Grayskull <br /> WH - Wormhole |
Expand Down

0 comments on commit e137486

Please sign in to comment.