Revert, it was not the issue.

This commit is contained in:
Sylvain Gugger 2021-01-12 18:00:22 -05:00 committed by GitHub
parent 250f27f207
commit e6ecef711e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -240,7 +240,7 @@ install_requires = [
deps["regex"], # for OpenAI GPT
deps["requests"], # for downloading models over HTTPS
deps["sacremoses"], # for XLM
deps["tokenizers"] + "==0.9.4",
deps["tokenizers"],
deps["tqdm"], # progress bars in model download and training scripts
]