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
dgl
Commits
e6e54304
"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "bc2ba004c60aaaa2b16c2b43b98fdd6c10098300"
Unverified
Commit
e6e54304
authored
Jul 11, 2023
by
Rhett Ying
Committed by
GitHub
Jul 11, 2023
Browse files
[CI]upgrade pytorch to 1.13+cpu_cu116 (#5977)
parent
4b456507
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
15 deletions
+17
-15
Jenkinsfile
Jenkinsfile
+12
-10
docker/Dockerfile.ci_gpu
docker/Dockerfile.ci_gpu
+1
-1
docker/install/conda_env/torch_cpu.yml
docker/install/conda_env/torch_cpu.yml
+1
-1
docker/install/conda_env/torch_cpu_pip.txt
docker/install/conda_env/torch_cpu_pip.txt
+1
-1
docker/install/conda_env/torch_gpu.yml
docker/install/conda_env/torch_gpu.yml
+1
-1
docker/install/conda_env/torch_gpu_pip.txt
docker/install/conda_env/torch_gpu_pip.txt
+1
-1
No files found.
Jenkinsfile
View file @
e6e54304
...
@@ -287,7 +287,7 @@ pipeline {
...
@@ -287,7 +287,7 @@ pipeline {
agent
{
agent
{
docker
{
docker
{
label
"linux-cpu-node"
label
"linux-cpu-node"
image
"dgllib/dgl-ci-cpu:v230
606
"
image
"dgllib/dgl-ci-cpu:v230
711
"
args
"-u root"
args
"-u root"
alwaysPull
true
alwaysPull
true
}
}
...
@@ -305,7 +305,7 @@ pipeline {
...
@@ -305,7 +305,7 @@ pipeline {
agent
{
agent
{
docker
{
docker
{
label
"linux-cpu-node"
label
"linux-cpu-node"
image
"dgllib/dgl-ci-gpu:cu1
02
_v230
606
"
image
"dgllib/dgl-ci-gpu:cu1
16
_v230
711
"
args
"-u root"
args
"-u root"
alwaysPull
true
alwaysPull
true
}
}
...
@@ -360,7 +360,7 @@ pipeline {
...
@@ -360,7 +360,7 @@ pipeline {
agent
{
agent
{
docker
{
docker
{
label
"linux-cpu-node"
label
"linux-cpu-node"
image
"dgllib/dgl-ci-cpu:v230
606
"
image
"dgllib/dgl-ci-cpu:v230
711
"
alwaysPull
true
alwaysPull
true
}
}
}
}
...
@@ -377,7 +377,7 @@ pipeline {
...
@@ -377,7 +377,7 @@ pipeline {
agent
{
agent
{
docker
{
docker
{
label
"linux-gpu-node"
label
"linux-gpu-node"
image
"dgllib/dgl-ci-gpu:cu1
02
_v230
606
"
image
"dgllib/dgl-ci-gpu:cu1
16
_v230
711
"
args
"--runtime nvidia"
args
"--runtime nvidia"
alwaysPull
true
alwaysPull
true
}
}
...
@@ -406,7 +406,7 @@ pipeline {
...
@@ -406,7 +406,7 @@ pipeline {
agent
{
agent
{
docker
{
docker
{
label
"linux-cpu-node"
label
"linux-cpu-node"
image
"dgllib/dgl-ci-cpu:v230
606
"
image
"dgllib/dgl-ci-cpu:v230
711
"
alwaysPull
true
alwaysPull
true
}
}
}
}
...
@@ -427,7 +427,7 @@ pipeline {
...
@@ -427,7 +427,7 @@ pipeline {
agent
{
agent
{
docker
{
docker
{
label
"linux-gpu-node"
label
"linux-gpu-node"
image
"dgllib/dgl-ci-gpu:cu1
0
1_v230
210
"
image
"dgllib/dgl-ci-gpu:cu11
6
_v230
711
"
args
"--runtime nvidia"
args
"--runtime nvidia"
alwaysPull
true
alwaysPull
true
}
}
...
@@ -437,6 +437,8 @@ pipeline {
...
@@ -437,6 +437,8 @@ pipeline {
steps
{
steps
{
unit_test_linux
(
'tensorflow'
,
'gpu'
)
unit_test_linux
(
'tensorflow'
,
'gpu'
)
}
}
// Tensorflow does not support cuda 11.6 yet.
when
{
expression
{
false
}
}
}
}
}
}
post
{
post
{
...
@@ -449,7 +451,7 @@ pipeline {
...
@@ -449,7 +451,7 @@ pipeline {
agent
{
agent
{
docker
{
docker
{
label
"linux-cpu-node"
label
"linux-cpu-node"
image
"dgllib/dgl-ci-cpu:v230
606
"
image
"dgllib/dgl-ci-cpu:v230
711
"
args
"--shm-size=4gb"
args
"--shm-size=4gb"
alwaysPull
true
alwaysPull
true
}
}
...
@@ -501,7 +503,7 @@ pipeline {
...
@@ -501,7 +503,7 @@ pipeline {
agent
{
agent
{
docker
{
docker
{
label
"linux-gpu-node"
label
"linux-gpu-node"
image
"dgllib/dgl-ci-gpu:cu1
02
_v230
606
"
image
"dgllib/dgl-ci-gpu:cu1
16
_v230
711
"
args
"--runtime nvidia --shm-size=8gb"
args
"--runtime nvidia --shm-size=8gb"
alwaysPull
true
alwaysPull
true
}
}
...
@@ -529,7 +531,7 @@ pipeline {
...
@@ -529,7 +531,7 @@ pipeline {
agent
{
agent
{
docker
{
docker
{
label
"linux-cpu-node"
label
"linux-cpu-node"
image
"dgllib/dgl-ci-cpu:v230
606
"
image
"dgllib/dgl-ci-cpu:v230
711
"
args
"--shm-size=4gb"
args
"--shm-size=4gb"
alwaysPull
true
alwaysPull
true
}
}
...
@@ -575,7 +577,7 @@ pipeline {
...
@@ -575,7 +577,7 @@ pipeline {
agent
{
agent
{
docker
{
docker
{
label
"linux-cpu-node"
label
"linux-cpu-node"
image
"dgllib/dgl-ci-cpu:v230
606
"
image
"dgllib/dgl-ci-cpu:v230
711
"
alwaysPull
true
alwaysPull
true
}
}
}
}
...
...
docker/Dockerfile.ci_gpu
View file @
e6e54304
# CI docker GPU env
# CI docker GPU env
FROM nvidia/cuda:1
0
.2-cudnn
7
-devel-ubuntu18.04
FROM nvidia/cuda:1
1.6
.2-cudnn
8
-devel-ubuntu18.04
ENV TZ=US
ENV TZ=US
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
...
...
docker/install/conda_env/torch_cpu.yml
View file @
e6e54304
name
:
pytorch-ci
name
:
pytorch-ci
dependencies
:
dependencies
:
-
python=3.
7.0
-
python=3.
8
-
pip
-
pip
-
pip
:
-
pip
:
-
--find-links https://download.pytorch.org/whl/torch_stable.html
-
--find-links https://download.pytorch.org/whl/torch_stable.html
...
...
docker/install/conda_env/torch_cpu_pip.txt
View file @
e6e54304
...
@@ -17,7 +17,7 @@ rdflib
...
@@ -17,7 +17,7 @@ rdflib
requests[security]==2.28
requests[security]==2.28
scikit-learn
scikit-learn
scipy
scipy
torch==1.1
2
.0+cpu
torch==1.1
3
.0+cpu
torchdata
torchdata
torchmetrics
torchmetrics
tqdm
tqdm
docker/install/conda_env/torch_gpu.yml
View file @
e6e54304
name
:
pytorch-ci
name
:
pytorch-ci
dependencies
:
dependencies
:
-
python=3.
7.0
-
python=3.
8
-
pip
-
pip
-
pip
:
-
pip
:
-
--find-links https://download.pytorch.org/whl/torch_stable.html
-
--find-links https://download.pytorch.org/whl/torch_stable.html
...
...
docker/install/conda_env/torch_gpu_pip.txt
View file @
e6e54304
...
@@ -15,7 +15,7 @@ rdflib
...
@@ -15,7 +15,7 @@ rdflib
requests[security]==2.28
requests[security]==2.28
scikit-learn
scikit-learn
scipy
scipy
torch==1.1
2
.0+cu1
02
torch==1.1
3
.0+cu1
16
torchdata
torchdata
torchmetrics
torchmetrics
tqdm
tqdm
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