1
0
Fork 0

fix(build): use 3.8 packages in AMD linux requirements file to match ROCm base image

This commit is contained in:
Sean Sube 2023-07-17 22:46:32 -05:00
parent c506fe1e9f
commit 10fa36c1c1
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,4 @@
--extra-index-url https://download.pytorch.org/whl/rocm5.4.2 --extra-index-url https://download.pytorch.org/whl/rocm5.4.2
torch==2.0.0 torch==2.0.0
torchvision==0.15.1 torchvision==0.15.1
https://download.onnxruntime.ai/onnxruntime_training-1.14.1%2Brocm54-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl https://download.onnxruntime.ai/onnxruntime_training-1.14.1%2Brocm54-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

12
docs/architecture.md Normal file
View File

@ -0,0 +1,12 @@
# onnx-web Architecture
## Contents
## Chain Pipelines
Chain pipelines provide a way to run any number and combination of other pipelines, automatically splitting them
into the correct tile size and passing the output on to the next stage.
## Worker Pool
The worker pool is a process pool that manages one or more worker processes for each device (typically a GPU).