Docs for v4.14.0dev0

This commit is contained in:
Lysandre
2021-12-09 17:09:23 +01:00
parent 4da3a696e4
commit ab31b3e41b
27 changed files with 31 additions and 31 deletions

View File

@@ -52,7 +52,7 @@ from transformers.utils.versions import require_version
# Will error if the minimal version of Transformers is not installed. Remove at your own risks.
check_min_version("4.13.0")
check_min_version("4.14.0.dev0")
require_version("datasets>=1.8.0", "To fix: pip install -r examples/pytorch/language-modeling/requirements.txt")