Docs for v4.10.0dev0

This commit is contained in:
Lysandre
2021-07-22 12:52:25 +02:00
parent 72aee83ced
commit 40de2d5a4f
21 changed files with 24 additions and 22 deletions

View File

@@ -46,7 +46,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.9.0")
check_min_version("4.10.0.dev0")
require_version("datasets>=1.8.0", "To fix: pip install -r examples/pytorch/language-modeling/requirements.txt")