Skip to content

Commit

Permalink
add ci of pytorch1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
chhluo committed Feb 10, 2022
1 parent 2d57ab0 commit 1d3e5f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- torch: 1.9.0
torchvision: 0.10.0
mmcv: 1.9
- torch: 1.10.1
torchvision: 0.11.2
mmcv: 1.10
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -166,6 +169,10 @@ jobs:
torch_version: torch1.9.0
torchvision: 0.10.0+cu102
mmcv: 1.9
- torch: 1.10.1+cu102
torch_version: torch1.10.1
torchvision: 0.11.2+cu102
mmcv: 1.10

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1d3e5f9

Please sign in to comment.