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.