1
0
Fork 0

fix(build): pin Torch to 1.x for now

This commit is contained in:
Sean Sube 2023-03-17 21:31:15 -05:00
parent 4de8c160c9
commit a21750ff8e
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
5 changed files with 8 additions and 8 deletions

View File

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

View File

@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/cpu
torch
torch>=1.12,<2
torchvision
--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
torch>=1.12,<2
torchvision
onnxruntime-directml

View File

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

View File

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