We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97729ef commit 3c79503Copy full SHA for 3c79503
README.md
@@ -89,11 +89,6 @@ python tt-forge/demos/tt-xla/cnn/resnet_demo.py
89
python tt-forge/demos/tt-xla/nlp/jax/gpt_demo.py
90
```
91
92
-## Troubleshooting
93
-- **Import errors**: Ensure you've installed the correct extras ([torch] or [jax])
94
-- **Device not found**: Verify hardware connection with `tt_forge.list_devices()`
95
-- **Performance issues**: Enable logging with `tt_forge.set_log_level("DEBUG")`
96
-
97
-----
98
# Quick Links
99
- [Getting Started / How to Run a Model](https://docs.tenstorrent.com/tt-forge/getting_started.html)
0 commit comments