Unverified Commit e424d296 authored by Jinjing Zhou's avatar Jinjing Zhou Committed by GitHub
Browse files

[CI] Use torch 1.9.0 in CI (#3752)

parent 539335ce
--find-links https://download.pytorch.org/whl/torch_stable.html
torch==1.8.1+cpu
torch==1.9.0+cpu
pytest
nose
numpy
......
--find-links https://download.pytorch.org/whl/torch_stable.html
torch==1.8.1+cu101
torch==1.9.0+cu102
pytest
nose
numpy
......
......@@ -5,7 +5,7 @@ spec:
runAsUser: 0
containers:
- name: dgl-ci-cpu
image: dgllib/dgl-ci-cpu:cu101_v220123
image: dgllib/dgl-ci-cpu:cu101_v220217
imagePullPolicy: Always
tty: true
resources:
......
......@@ -5,7 +5,7 @@ spec:
runAsUser: 0
containers:
- name: dgl-ci-gpu
image: dgllib/dgl-ci-gpu:cu101_v220123
image: dgllib/dgl-ci-gpu:cu101_v220217
imagePullPolicy: Always
tty: true
resources:
......
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