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
1f8e8265
Unverified
Commit
1f8e8265
authored
Aug 07, 2020
by
Sam Shleifer
Committed by
GitHub
Aug 07, 2020
Browse files
[CI] Self-scheduled runner also pins torch (#6332)
parent
1b8a7ffc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.github/workflows/self-scheduled.yml
.github/workflows/self-scheduled.yml
+2
-1
No files found.
.github/workflows/self-scheduled.yml
View file @
1f8e8265
...
@@ -32,7 +32,8 @@ jobs:
...
@@ -32,7 +32,8 @@ jobs:
run
:
|
run
:
|
source .env/bin/activate
source .env/bin/activate
pip install --upgrade pip
pip install --upgrade pip
pip install .[sklearn,torch,testing]
pip install torch!=1.6.0 --no-cache-dir
pip install .[sklearn,testing]
-
name
:
Are GPUs recognized by our DL frameworks
-
name
:
Are GPUs recognized by our DL frameworks
run
:
|
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