Docs for version v4.11.0

This commit is contained in:
Lysandre
2021-09-27 14:19:38 -04:00
parent dc193c906d
commit 11c69b8045
27 changed files with 31 additions and 28 deletions

View File

@@ -47,7 +47,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.11.0")
check_min_version("4.12.0.dev0")
require_version("datasets>=1.8.0", "To fix: pip install -r examples/pytorch/token-classification/requirements.txt")