Skip to content
Merged
Changes from 2 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 only supports a narrow range of torch versions. The suggested torch versions to use for a given version of torch_sendnn are:
Copy link
Collaborator

@rafvasq rafvasq Oct 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The spyre runtime stack only supports a narrow range of torch versions. The suggested torch versions to use for a given version of torch_sendnn are:
The Spyre runtime stack supports specific `torch` versions. Use the compatible version for each `torch_sendnn` release:


| torch_sendnn | pytorch |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| torch_sendnn | pytorch |
| torch_sendnn | torch |

| -- | -- |
| 1.0.0 | 2.7.1 |

=== "Linux"

```sh
Expand Down