1
0
Fork 0

fix(buil): limit torchvision versions to match torch

This commit is contained in:
Sean Sube 2023-03-17 22:42:37 -05:00
parent a21750ff8e
commit fc9245f4ee
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
--extra-index-url https://download.pytorch.org/whl/rocm5.4
torch>=1.12,<2
torchvision
torchvision>=0.13,<0.15
onnxruntime>=1.13

View File

@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/cpu
torch>=1.12,<2
torchvision
torchvision>=0.13,<0.15
--extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/
ort-nightly-directml

View File

@ -1,4 +1,4 @@
--extra-index-url https://download.pytorch.org/whl/cpu
torch>=1.12,<2
torchvision
torchvision>=0.13,<0.15
onnxruntime-directml

View File

@ -1,3 +1,3 @@
--extra-index-url https://download.pytorch.org/whl/cpu
torch>=1.12,<2
torchvision
torchvision>=0.13,<0.15

View File

@ -1,4 +1,4 @@
--extra-index-url https://download.pytorch.org/whl/cu117
torch>=1.12,<2
torchvision
torchvision>=0.13,<0.15
onnxruntime-gpu>=1.13