From 04e15ab34711023280325480d83458e875d60dcd Mon Sep 17 00:00:00 2001 From: mzr1996 <mzr1996@163.com> Date: Mon, 20 Mar 2023 14:43:02 +0800 Subject: [PATCH] Update circle-CI --- .circleci/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/test.yml b/.circleci/test.yml index 33638590..e78a1e1f 100644 --- a/.circleci/test.yml +++ b/.circleci/test.yml @@ -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: