"git@developer.sourcefind.cn:OpenDAS/fairscale.git" did not exist on "a6549be76d2bd7e4327dab5d07585fd38118992f"
Unverified Commit 12b595ca authored by Sun Jiahao's avatar Sun Jiahao Committed by GitHub
Browse files

[Fix] CI min gpu version and GitHub merge test (#2782)

parent 5a533e79
...@@ -85,10 +85,10 @@ jobs: ...@@ -85,10 +85,10 @@ jobs:
type: string type: string
cuda: cuda:
type: enum type: enum
enum: ["10.1", "10.2", "11.1", "11.7"] enum: ["11.1", "11.7"]
cudnn: cudnn:
type: integer type: integer
default: 7 default: 8
machine: machine:
image: ubuntu-2004-cuda-11.4:202110-01 image: ubuntu-2004-cuda-11.4:202110-01
# docker_layer_caching: true # docker_layer_caching: true
...@@ -167,7 +167,7 @@ workflows: ...@@ -167,7 +167,7 @@ workflows:
torch: 1.8.1 torch: 1.8.1
# Use double quotation mark to explicitly specify its type # Use double quotation mark to explicitly specify its type
# as string instead of number # as string instead of number
cuda: "10.2" cuda: "11.1"
requires: requires:
- hold - hold
- build_cuda: - build_cuda:
...@@ -184,7 +184,7 @@ workflows: ...@@ -184,7 +184,7 @@ workflows:
- build_cuda: - build_cuda:
name: minimum_version_gpu name: minimum_version_gpu
torch: 1.8.1 torch: 1.8.1
cuda: "10.2" cuda: "11.1"
filters: filters:
branches: branches:
only: only:
......
...@@ -59,7 +59,7 @@ jobs: ...@@ -59,7 +59,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: [3.7] python-version: [3.7]
torch: [1.8.1, 1.9.1, 1.10.1, 1.11.0, 1.12.0, 1.13.0, 2.0.0] torch: [1.8.1, 1.9.1, 1.10.1, 1.11.0, 1.12.0, 1.13.0]
include: include:
- torch: 1.8.1 - torch: 1.8.1
torchvision: 0.9.1 torchvision: 0.9.1
...@@ -73,9 +73,9 @@ jobs: ...@@ -73,9 +73,9 @@ jobs:
torchvision: 0.13.0 torchvision: 0.13.0
- torch: 1.13.0 - torch: 1.13.0
torchvision: 0.14.0 torchvision: 0.14.0
- torch: 2.0.0 - python-version: 3.8
torch: 2.0.0
torchvision: 0.15.1 torchvision: 0.15.1
python-version: 3.8
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment