From b69b7fb67851424a56ed11ba7ad283a010139b3e Mon Sep 17 00:00:00 2001 From: Joe Runde Date: Tue, 14 Oct 2025 14:19:16 -0600 Subject: [PATCH 1/3] :memo: add supported torch versions Signed-off-by: Joe Runde --- docs/getting_started/installation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/getting_started/installation.md b/docs/getting_started/installation.md index 8084844e3..f198ddd70 100644 --- a/docs/getting_started/installation.md +++ b/docs/getting_started/installation.md @@ -82,6 +82,11 @@ 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: +| torch_sendnn | pytorch | +| -- | -- | +| 1.0.0 | 2.7.1 | + === "Linux" ```sh From 734c7ab6af62d6047b1047b70b0520c7e5679e4b Mon Sep 17 00:00:00 2001 From: Joe Runde Date: Tue, 14 Oct 2025 14:45:08 -0600 Subject: [PATCH 2/3] :bug: separate out the table def Signed-off-by: Joe Runde --- docs/getting_started/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting_started/installation.md b/docs/getting_started/installation.md index f198ddd70..f4e30254d 100644 --- a/docs/getting_started/installation.md +++ b/docs/getting_started/installation.md @@ -83,6 +83,7 @@ Finally, `torch` is needed to run examples and tests. If it is not already insta 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: + | torch_sendnn | pytorch | | -- | -- | | 1.0.0 | 2.7.1 | From 49f5c623fb9695b3908672b7d83b9dd0bee349dd Mon Sep 17 00:00:00 2001 From: Joe Runde Date: Fri, 17 Oct 2025 09:18:12 -0600 Subject: [PATCH 3/3] :memo: update with review comments Co-authored-by: Rafael Vasquez Signed-off-by: Joe Runde --- docs/getting_started/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started/installation.md b/docs/getting_started/installation.md index f4e30254d..6e0e0234b 100644 --- a/docs/getting_started/installation.md +++ b/docs/getting_started/installation.md @@ -82,9 +82,9 @@ 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: +The Spyre runtime stack supports specific `torch` versions. Use the compatible version for each `torch_sendnn` release: -| torch_sendnn | pytorch | +| torch_sendnn | torch | | -- | -- | | 1.0.0 | 2.7.1 |