Update circle-CI

pull/1445/head
mzr1996 2023-03-20 14:43:02 +08:00
parent 6cedce234e
commit 04e15ab347
1 changed files with 4 additions and 4 deletions

View File

@ -141,10 +141,10 @@ jobs:
type: string
cuda:
type: enum
enum: ["10.1", "10.2", "11.1"]
enum: ["11.1"]
cudnn:
type: integer
default: 7
default: 8
steps:
- checkout
- run:
@ -221,7 +221,7 @@ workflows:
torch: 1.8.1
# Use double quotation mark to explicitly specify its type
# as string instead of number
cuda: "10.2"
cuda: "11.1"
requires:
- hold
merge_stage_test:
@ -234,7 +234,7 @@ workflows:
torch: 1.8.0
# Use double quotation mark to explicitly specify its type
# as string instead of number
cuda: "10.2"
cuda: "11.1"
filters:
branches:
only: