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
e424d296
"src/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "338f24cfbcfbcceb0f73894a07a8e35fdb3c624d"
Unverified
Commit
e424d296
authored
Feb 18, 2022
by
Jinjing Zhou
Committed by
GitHub
Feb 18, 2022
Browse files
[CI] Use torch 1.9.0 in CI (#3752)
parent
539335ce
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
docker/install/conda_env/torch_cpu_pip.txt
docker/install/conda_env/torch_cpu_pip.txt
+1
-1
docker/install/conda_env/torch_gpu_pip.txt
docker/install/conda_env/torch_gpu_pip.txt
+1
-1
docker/pods/ci-cpu.yaml
docker/pods/ci-cpu.yaml
+1
-1
docker/pods/ci-gpu.yaml
docker/pods/ci-gpu.yaml
+1
-1
No files found.
docker/install/conda_env/torch_cpu_pip.txt
View file @
e424d296
--find-links https://download.pytorch.org/whl/torch_stable.html
--find-links https://download.pytorch.org/whl/torch_stable.html
torch==1.
8.1
+cpu
torch==1.
9.0
+cpu
pytest
pytest
nose
nose
numpy
numpy
...
...
docker/install/conda_env/torch_gpu_pip.txt
View file @
e424d296
--find-links https://download.pytorch.org/whl/torch_stable.html
--find-links https://download.pytorch.org/whl/torch_stable.html
torch==1.
8.1
+cu10
1
torch==1.
9.0
+cu10
2
pytest
pytest
nose
nose
numpy
numpy
...
...
docker/pods/ci-cpu.yaml
View file @
e424d296
...
@@ -5,7 +5,7 @@ spec:
...
@@ -5,7 +5,7 @@ spec:
runAsUser
:
0
runAsUser
:
0
containers
:
containers
:
-
name
:
dgl-ci-cpu
-
name
:
dgl-ci-cpu
image
:
dgllib/dgl-ci-cpu:cu101_v220
123
image
:
dgllib/dgl-ci-cpu:cu101_v220
217
imagePullPolicy
:
Always
imagePullPolicy
:
Always
tty
:
true
tty
:
true
resources
:
resources
:
...
...
docker/pods/ci-gpu.yaml
View file @
e424d296
...
@@ -5,7 +5,7 @@ spec:
...
@@ -5,7 +5,7 @@ spec:
runAsUser
:
0
runAsUser
:
0
containers
:
containers
:
-
name
:
dgl-ci-gpu
-
name
:
dgl-ci-gpu
image
:
dgllib/dgl-ci-gpu:cu101_v220
123
image
:
dgllib/dgl-ci-gpu:cu101_v220
217
imagePullPolicy
:
Always
imagePullPolicy
:
Always
tty
:
true
tty
:
true
resources
:
resources
:
...
...
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