mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Revert, it was not the issue.
This commit is contained in:
parent
250f27f207
commit
e6ecef711e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue