diff --git a/examples/pytorch/language-modeling/requirements.txt b/examples/pytorch/language-modeling/requirements.txt index 4e41336c645..bec267b98a1 100644 --- a/examples/pytorch/language-modeling/requirements.txt +++ b/examples/pytorch/language-modeling/requirements.txt @@ -1,3 +1,4 @@ +accelerate torch >= 1.3 datasets >= 1.8.0 sentencepiece != 0.1.92 diff --git a/examples/pytorch/multiple-choice/requirements.txt b/examples/pytorch/multiple-choice/requirements.txt index 0ef50f181f6..119271b050d 100644 --- a/examples/pytorch/multiple-choice/requirements.txt +++ b/examples/pytorch/multiple-choice/requirements.txt @@ -1,3 +1,4 @@ +accelerate sentencepiece != 0.1.92 protobuf torch >= 1.3 diff --git a/examples/pytorch/question-answering/requirements.txt b/examples/pytorch/question-answering/requirements.txt index ca8e8e12ce8..0d4fe3df5cc 100644 --- a/examples/pytorch/question-answering/requirements.txt +++ b/examples/pytorch/question-answering/requirements.txt @@ -1,2 +1,3 @@ +accelerate datasets >= 1.8.0 torch >= 1.3.0 diff --git a/examples/pytorch/summarization/requirements.txt b/examples/pytorch/summarization/requirements.txt index f2f908b38b3..3c2faf75b85 100644 --- a/examples/pytorch/summarization/requirements.txt +++ b/examples/pytorch/summarization/requirements.txt @@ -1,3 +1,4 @@ +accelerate datasets >= 1.8.0 sentencepiece != 0.1.92 protobuf diff --git a/examples/pytorch/token-classification/requirements.txt b/examples/pytorch/token-classification/requirements.txt index 2b4bee1f855..8e03da16af6 100644 --- a/examples/pytorch/token-classification/requirements.txt +++ b/examples/pytorch/token-classification/requirements.txt @@ -1,3 +1,4 @@ +accelerate seqeval datasets >= 1.8.0 torch >= 1.3 diff --git a/examples/pytorch/translation/requirements.txt b/examples/pytorch/translation/requirements.txt index 3ca965b5813..c34795fffaa 100644 --- a/examples/pytorch/translation/requirements.txt +++ b/examples/pytorch/translation/requirements.txt @@ -1,3 +1,4 @@ +accelerate datasets >= 1.8.0 sentencepiece != 0.1.92 protobuf