Add torch to requirements.txt in language-modeling (#12040)

* Add torch to requirements.txt in language-modeling

* Update examples/pytorch/language-modeling/requirements.txt

Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>

Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
This commit is contained in:
cdleong
2021-06-08 09:02:35 -04:00
committed by GitHub
parent f5eec0d8e9
commit 49bee0aea4

View File

@@ -1,3 +1,4 @@
torch >= 1.3
datasets >= 1.1.3 datasets >= 1.1.3
sentencepiece != 0.1.92 sentencepiece != 0.1.92
protobuf protobuf