Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ GitHub.
Finally, `torch` is needed to run examples and tests. If it is not already installed,
install it using `pip`.

The Spyre runtime stack supports specific `torch` versions. Use the compatible version for each `torch_sendnn` release:

| torch_sendnn | torch |
| -- | -- |
| 1.0.0 | 2.7.1 |

=== "Linux"

```sh
Expand Down