Skip to content

Commit

Permalink
[CI] Fix the version error of torch (#2424)
Browse files Browse the repository at this point in the history
* fix torch version

* pull request invoke

* use torchvision1.13.1

* Revert "pull request invoke"

This reverts commit 56e58ed.
  • Loading branch information
JingweiZhang12 authored Apr 10, 2023
1 parent ca1355d commit 9f61eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge_stage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
torchvision: 0.11.2
- torch: 1.11.0
torchvision: 0.12.0
- torch: 1.12.0
torchvision: 0.13.0
- torch: 1.12.1
torchvision: 0.13.1
- torch: 1.13.0
torchvision: 0.14.0
- torch: 2.0.0
Expand Down

0 comments on commit 9f61eff

Please sign in to comment.