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
c72f9c90
Commit
c72f9c90
authored
Aug 07, 2020
by
Lysandre
Browse files
Remove --no-cache-dir from github CI
parent
0d9328f2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.github/workflows/github-torch-hub.yml
.github/workflows/github-torch-hub.yml
+1
-1
.github/workflows/self-push.yml
.github/workflows/self-push.yml
+1
-1
.github/workflows/self-scheduled.yml
.github/workflows/self-scheduled.yml
+1
-1
No files found.
.github/workflows/github-torch-hub.yml
View file @
c72f9c90
...
...
@@ -21,7 +21,7 @@ jobs:
-
name
:
Install dependencies
run
:
|
pip install --upgrade pip
pip install torch
--no-cache-dir
pip install torch
pip install numpy tokenizers filelock requests tqdm regex sentencepiece sacremoses packaging
-
name
:
Torch hub list
...
...
.github/workflows/self-push.yml
View file @
c72f9c90
...
...
@@ -36,7 +36,7 @@ jobs:
run
:
|
source .env/bin/activate
pip install --upgrade pip
pip install torch!=1.6.0
--no-cache-dir
pip install torch!=1.6.0
pip install .[sklearn,testing]
-
name
:
Are GPUs recognized by our DL frameworks
...
...
.github/workflows/self-scheduled.yml
View file @
c72f9c90
...
...
@@ -32,7 +32,7 @@ jobs:
run
:
|
source .env/bin/activate
pip install --upgrade pip
pip install .[sklearn,torch,testing]
--no-cache-dir
pip install .[sklearn,torch,testing]
-
name
:
Are GPUs recognized by our DL frameworks
run
:
|
...
...
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