From 92e9e31d40f8e8028fe7b450a026de212821c5d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 01:30:30 +0000 Subject: [PATCH] docs: add torch Add version 2.13.0+cpu Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Trevor Gamblin --- ci_scripts/packages.txt | 1 + docs/packages/torch.yaml | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 docs/packages/torch.yaml diff --git a/ci_scripts/packages.txt b/ci_scripts/packages.txt index d5f48d4..d3507bc 100644 --- a/ci_scripts/packages.txt +++ b/ci_scripts/packages.txt @@ -44,6 +44,7 @@ setproctitle soundfile tiktoken tlparse +torch tornado ujson uvloop diff --git a/docs/packages/torch.yaml b/docs/packages/torch.yaml new file mode 100644 index 0000000..c5e1f1b --- /dev/null +++ b/docs/packages/torch.yaml @@ -0,0 +1,10 @@ +package-name: torch +source-code: https://github.com/pytorch/pytorch +license: Apache-2.0 AND Apache-2.0 WITH LLVM-exception AND BSD-2-Clause AND BSD-3-Clause + AND BSL-1.0 AND MIT +versions: + - version: 2.13.0+cpu + patched: + comment: We include patches to support building and using container images + for the pytorch CPU builds on RISC-V, including a backport from upstream to + support RISE's out-of-tree pytorch build.