Skip to content

Commit

Permalink
fix torchvision version in ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
irenaby committed Sep 9, 2024
1 parent cda70c9 commit 9e38dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
onnx_ver: "1.15"
- py_ver: "3.11"
torch_ver: "2.3"
torchvision_ver: "0.15"
torchvision_ver: "0.18"
ort_ver: "1.17"
ort_ext_ver: "0.10"
onnx_ver: "1.14"
Expand Down

0 comments on commit 9e38dab

Please sign in to comment.