Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
mmdetection3d
Commits
12b595ca
"git@developer.sourcefind.cn:OpenDAS/fairscale.git" did not exist on "a6549be76d2bd7e4327dab5d07585fd38118992f"
Unverified
Commit
12b595ca
authored
Oct 19, 2023
by
Sun Jiahao
Committed by
GitHub
Oct 19, 2023
Browse files
[Fix] CI min gpu version and GitHub merge test (#2782)
parent
5a533e79
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
.circleci/test.yml
.circleci/test.yml
+4
-4
.github/workflows/merge_stage_test.yml
.github/workflows/merge_stage_test.yml
+3
-3
No files found.
.circleci/test.yml
View file @
12b595ca
...
@@ -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
:
"
1
0.2
"
cuda
:
"
1
1.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
:
"
1
0.2
"
cuda
:
"
1
1.1
"
filters
:
filters
:
branches
:
branches
:
only
:
only
:
...
...
.github/workflows/merge_stage_test.yml
View file @
12b595ca
...
@@ -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 }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment