Unverified Commit e6ecef71 authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Revert, it was not the issue.

parent 250f27f2
...@@ -240,7 +240,7 @@ install_requires = [ ...@@ -240,7 +240,7 @@ install_requires = [
deps["regex"], # for OpenAI GPT deps["regex"], # for OpenAI GPT
deps["requests"], # for downloading models over HTTPS deps["requests"], # for downloading models over HTTPS
deps["sacremoses"], # for XLM deps["sacremoses"], # for XLM
deps["tokenizers"] + "==0.9.4", deps["tokenizers"],
deps["tqdm"], # progress bars in model download and training scripts deps["tqdm"], # progress bars in model download and training scripts
] ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment