Docs for version v4.16.0

This commit is contained in:
Lysandre
2022-01-27 13:11:51 -05:00
parent f87db5e412
commit eab338104d
29 changed files with 29 additions and 29 deletions

View File

@@ -44,7 +44,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.16.0")
check_min_version("4.17.0.dev0")
require_version("datasets>=1.8.0", "To fix: pip install -r examples/pytorch/question-answering/requirements.txt")