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
chenpangpang
transformers
Commits
093b88f4
Commit
093b88f4
authored
Mar 05, 2021
by
Lysandre
Browse files
Update scatter to use torch 1.8.0
parent
c503a1c1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
.circleci/config.yml
.circleci/config.yml
+3
-3
.github/workflows/self-push.yml
.github/workflows/self-push.yml
+2
-2
.github/workflows/self-scheduled.yml
.github/workflows/self-scheduled.yml
+2
-0
No files found.
.circleci/config.yml
View file @
093b88f4
...
...
@@ -79,7 +79,7 @@ jobs:
-
v0.4-{{ checksum "setup.py" }}
-
run
:
pip install --upgrade pip
-
run
:
pip install .[sklearn,tf-cpu,torch,testing,sentencepiece]
-
run
:
pip install tapas torch-scatter -f https://pytorch-geometric.com/whl/torch-1.
7
.0+cpu.html
-
run
:
pip install tapas torch-scatter -f https://pytorch-geometric.com/whl/torch-1.
8
.0+cpu.html
-
save_cache
:
key
:
v0.4-{{ checksum "setup.py" }}
paths
:
...
...
@@ -106,7 +106,7 @@ jobs:
-
v0.4-{{ checksum "setup.py" }}
-
run
:
pip install --upgrade pip
-
run
:
pip install .[sklearn,torch,testing,sentencepiece]
-
run
:
pip install tapas torch-scatter -f https://pytorch-geometric.com/whl/torch-1.
7
.0+cpu.html
-
run
:
pip install tapas torch-scatter -f https://pytorch-geometric.com/whl/torch-1.
8
.0+cpu.html
-
save_cache
:
key
:
v0.4-torch-{{ checksum "setup.py" }}
paths
:
...
...
@@ -185,7 +185,7 @@ jobs:
-
v0.4-{{ checksum "setup.py" }}
-
run
:
pip install --upgrade pip
-
run
:
pip install .[sklearn,torch,testing,sentencepiece]
-
run
:
pip install tapas torch-scatter -f https://pytorch-geometric.com/whl/torch-1.
7
.0+cpu.html
-
run
:
pip install tapas torch-scatter -f https://pytorch-geometric.com/whl/torch-1.
8
.0+cpu.html
-
save_cache
:
key
:
v0.4-torch-{{ checksum "setup.py" }}
paths
:
...
...
.github/workflows/self-push.yml
View file @
093b88f4
...
...
@@ -54,7 +54,7 @@ jobs:
pip install --upgrade pip
pip install .[torch,sklearn,testing,onnxruntime,sentencepiece]
pip install git+https://github.com/huggingface/datasets
pip install pandas torch-scatter -f https://pytorch-geometric.com/whl/torch-1.
7
.0+cu102.html
pip install pandas torch-scatter -f https://pytorch-geometric.com/whl/torch-1.
8
.0+cu102.html
-
name
:
Are GPUs recognized by our DL frameworks
run
:
|
...
...
@@ -201,7 +201,7 @@ jobs:
pip install --upgrade pip
pip install .[torch,sklearn,testing,onnxruntime,sentencepiece]
pip install git+https://github.com/huggingface/datasets
pip install pandas torch-scatter -f https://pytorch-geometric.com/whl/torch-1.
7
.0+cu102.html
pip install pandas torch-scatter -f https://pytorch-geometric.com/whl/torch-1.
8
.0+cu102.html
-
name
:
Are GPUs recognized by our DL frameworks
run
:
|
...
...
.github/workflows/self-scheduled.yml
View file @
093b88f4
...
...
@@ -55,6 +55,7 @@ jobs:
pip install --upgrade pip
pip install .[torch,sklearn,testing,onnxruntime,sentencepiece]
pip install git+https://github.com/huggingface/datasets
pip install pandas torch-scatter -f https://pytorch-geometric.com/whl/torch-1.8.0+cu102.html
pip list
-
name
:
Are GPUs recognized by our DL frameworks
...
...
@@ -237,6 +238,7 @@ jobs:
pip install --upgrade pip
pip install .[torch,sklearn,testing,onnxruntime,sentencepiece]
pip install git+https://github.com/huggingface/datasets
pip install pandas torch-scatter -f https://pytorch-geometric.com/whl/torch-1.8.0+cu102.html
pip install fairscale
pip install deepspeed
pip list
...
...
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