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
365d452d
Unverified
Commit
365d452d
authored
May 25, 2020
by
Julien Chaumond
Committed by
GitHub
May 25, 2020
Browse files
[ci] Slow GPU tests run daily (#4465)
parent
3e3e5521
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
.github/workflows/self-scheduled.yml
.github/workflows/self-scheduled.yml
+1
-2
No files found.
.github/workflows/self-scheduled.yml
View file @
365d452d
...
...
@@ -31,13 +31,12 @@ jobs:
-
name
:
Install dependencies
run
:
|
source .env/bin/activate
pip install .[sklearn,
tf,
torch,testing]
pip install .[sklearn,torch,testing]
-
name
:
Are GPUs recognized by our DL frameworks
run
:
|
source .env/bin/activate
python -c "import torch; print(torch.cuda.is_available())"
python -c "import tensorflow as tf; print(tf.test.is_built_with_cuda(), tf.config.list_physical_devices('GPU'))"
-
name
:
Run all tests on GPU
env
:
...
...
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