Skip to content

Commit

Permalink
Added link to demo to overview doc
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksKnezevic committed Feb 5, 2025
1 parent 27f4273 commit 0220245
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions docs/src/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ tt-torch uses venv to keep track of all dependencies. After [compiling](https://
source env/activate
```

The currently supported models can be found [here](https://docs.tenstorrent.com/tt-torch/models/supported_models.html).
There is a brief demo showing how to use the compiler in *demos/resnet/resnet50_demo.py*

The general compile flow is:
1. Pytorch model -> torch.compile which creates an fx graph
2. Several compiler passes on the fx graph including consteval and dead code removal
Expand Down

0 comments on commit 0220245

Please sign in to comment.