Skip to content

Commit

Permalink
fix(buil): limit torchvision versions to match torch
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Mar 18, 2023
1 parent a21750f commit fc9245f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/requirements/amd-linux.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion api/requirements/amd-windows-nightly.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion api/requirements/amd-windows.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion api/requirements/cpu.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
--extra-index-url https://download.pytorch.org/whl/cpu
torch>=1.12,<2
torchvision
torchvision>=0.13,<0.15
2 changes: 1 addition & 1 deletion api/requirements/nvidia.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fc9245f

Please sign in to comment.