Skip to content

Commit 12b595c

Browse files
[Fix] CI min gpu version and GitHub merge test (open-mmlab#2782)
1 parent 5a533e7 commit 12b595c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.circleci/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ jobs:
8585
type: string
8686
cuda:
8787
type: enum
88-
enum: ["10.1", "10.2", "11.1", "11.7"]
88+
enum: ["11.1", "11.7"]
8989
cudnn:
9090
type: integer
91-
default: 7
91+
default: 8
9292
machine:
9393
image: ubuntu-2004-cuda-11.4:202110-01
9494
# docker_layer_caching: true
@@ -167,7 +167,7 @@ workflows:
167167
torch: 1.8.1
168168
# Use double quotation mark to explicitly specify its type
169169
# as string instead of number
170-
cuda: "10.2"
170+
cuda: "11.1"
171171
requires:
172172
- hold
173173
- build_cuda:
@@ -184,7 +184,7 @@ workflows:
184184
- build_cuda:
185185
name: minimum_version_gpu
186186
torch: 1.8.1
187-
cuda: "10.2"
187+
cuda: "11.1"
188188
filters:
189189
branches:
190190
only:

.github/workflows/merge_stage_test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
matrix:
6161
python-version: [3.7]
62-
torch: [1.8.1, 1.9.1, 1.10.1, 1.11.0, 1.12.0, 1.13.0, 2.0.0]
62+
torch: [1.8.1, 1.9.1, 1.10.1, 1.11.0, 1.12.0, 1.13.0]
6363
include:
6464
- torch: 1.8.1
6565
torchvision: 0.9.1
@@ -73,9 +73,9 @@ jobs:
7373
torchvision: 0.13.0
7474
- torch: 1.13.0
7575
torchvision: 0.14.0
76-
- torch: 2.0.0
76+
- python-version: 3.8
77+
torch: 2.0.0
7778
torchvision: 0.15.1
78-
python-version: 3.8
7979
steps:
8080
- uses: actions/checkout@v3
8181
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)