Skip to content

Commit

Permalink
[Fix] Fix CI for torch2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fanqiNO1 committed Nov 2, 2023
1 parent 16ec192 commit 882dbc4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/merge_stage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,14 @@ jobs:
torch: 2.1.0
torchvision: 0.16.0
exclude:
- python-version: 3.7
platform: cpu
torch: 1.8.1
torchvision: 0.16.0
- python-version: 3.7
platform: cu111
torch: 1.8.1
torchvision: 0.16.0
- python-version: 3.7
platform: cu111
torch: 2.1.0
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/pr_stage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,14 @@ jobs:
torch: 2.1.0
torchvision: 0.16.0
exclude:
- python-version: 3.7
platform: cpu
torch: 1.8.1
torchvision: 0.16.0
- python-version: 3.7
platform: cu111
torch: 1.8.1
torchvision: 0.16.0
- python-version: 3.7
platform: cu111
torch: 2.1.0
Expand Down

0 comments on commit 882dbc4

Please sign in to comment.