Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions ci_scripts/packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ setproctitle
soundfile
tiktoken
tlparse
torch
tornado
ujson
uvloop
Expand Down
10 changes: 10 additions & 0 deletions docs/packages/torch.yaml
Original file line number Diff line number Diff line change
@@ -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.
Loading