Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
1aa9c13f
Commit
1aa9c13f
authored
Mar 10, 2021
by
Sylvain Gugger
Browse files
Fix GPU tests with speech
parent
2295d783
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
.github/workflows/self-push.yml
.github/workflows/self-push.yml
+4
-2
No files found.
.github/workflows/self-push.yml
View file @
1aa9c13f
...
...
@@ -51,8 +51,9 @@ jobs:
-
name
:
Install dependencies
run
:
|
source .env/bin/activate
sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev
pip install --upgrade pip
pip install .[torch,sklearn,testing,onnxruntime,sentencepiece]
pip install .[torch,sklearn,testing,onnxruntime,sentencepiece
,speech
]
pip install git+https://github.com/huggingface/datasets
-
name
:
Are GPUs recognized by our DL frameworks
...
...
@@ -197,8 +198,9 @@ jobs:
-
name
:
Install dependencies
run
:
|
source .env/bin/activate
sudo apt-get -y update && sudo apt-get install -y libsndfile1-dev
pip install --upgrade pip
pip install .[torch,sklearn,testing,onnxruntime,sentencepiece]
pip install .[torch,sklearn,testing,onnxruntime,sentencepiece
,speech
]
pip install git+https://github.com/huggingface/datasets
-
name
:
Are GPUs recognized by our DL frameworks
...
...
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