Skip to content

Commit 9f61eff

Browse files
[CI] Fix the version error of torch (open-mmlab#2424)
* fix torch version * pull request invoke * use torchvision1.13.1 * Revert "pull request invoke" This reverts commit 56e58ed.
1 parent ca1355d commit 9f61eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/merge_stage_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
torchvision: 0.11.2
7474
- torch: 1.11.0
7575
torchvision: 0.12.0
76-
- torch: 1.12.0
77-
torchvision: 0.13.0
76+
- torch: 1.12.1
77+
torchvision: 0.13.1
7878
- torch: 1.13.0
7979
torchvision: 0.14.0
8080
- torch: 2.0.0

0 commit comments

Comments
 (0)