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
303989de
"tests/data2vec/test_modeling_data2vec_vision.py" did not exist on "9f1260971f041f4dcabf063ca2964847c3e5fc2a"
Unverified
Commit
303989de
authored
Jul 26, 2021
by
Sylvain Gugger
Committed by
GitHub
Jul 26, 2021
Browse files
Add accelerate to examples requirements (#12888)
parent
5f436238
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
0 deletions
+6
-0
examples/pytorch/language-modeling/requirements.txt
examples/pytorch/language-modeling/requirements.txt
+1
-0
examples/pytorch/multiple-choice/requirements.txt
examples/pytorch/multiple-choice/requirements.txt
+1
-0
examples/pytorch/question-answering/requirements.txt
examples/pytorch/question-answering/requirements.txt
+1
-0
examples/pytorch/summarization/requirements.txt
examples/pytorch/summarization/requirements.txt
+1
-0
examples/pytorch/token-classification/requirements.txt
examples/pytorch/token-classification/requirements.txt
+1
-0
examples/pytorch/translation/requirements.txt
examples/pytorch/translation/requirements.txt
+1
-0
No files found.
examples/pytorch/language-modeling/requirements.txt
View file @
303989de
accelerate
torch >= 1.3
torch >= 1.3
datasets >= 1.8.0
datasets >= 1.8.0
sentencepiece != 0.1.92
sentencepiece != 0.1.92
...
...
examples/pytorch/multiple-choice/requirements.txt
View file @
303989de
accelerate
sentencepiece != 0.1.92
sentencepiece != 0.1.92
protobuf
protobuf
torch >= 1.3
torch >= 1.3
examples/pytorch/question-answering/requirements.txt
View file @
303989de
accelerate
datasets >= 1.8.0
datasets >= 1.8.0
torch >= 1.3.0
torch >= 1.3.0
examples/pytorch/summarization/requirements.txt
View file @
303989de
accelerate
datasets >= 1.8.0
datasets >= 1.8.0
sentencepiece != 0.1.92
sentencepiece != 0.1.92
protobuf
protobuf
...
...
examples/pytorch/token-classification/requirements.txt
View file @
303989de
accelerate
seqeval
seqeval
datasets >= 1.8.0
datasets >= 1.8.0
torch >= 1.3
torch >= 1.3
examples/pytorch/translation/requirements.txt
View file @
303989de
accelerate
datasets >= 1.8.0
datasets >= 1.8.0
sentencepiece != 0.1.92
sentencepiece != 0.1.92
protobuf
protobuf
...
...
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