Skip to content

Commit

Permalink
fix(build): use 3.8 packages in AMD linux requirements file to match …
Browse files Browse the repository at this point in the history
…ROCm base image
  • Loading branch information
ssube committed Jul 18, 2023
1 parent c506fe1 commit 10fa36c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/requirements/amd-linux.txt
@@ -1,4 +1,4 @@
--extra-index-url https://download.pytorch.org/whl/rocm5.4.2
torch==2.0.0
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 changes: 12 additions & 0 deletions docs/architecture.md
@@ -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).

0 comments on commit 10fa36c

Please sign in to comment.