Docs for v4.16.0dev0

This commit is contained in:
Patrick von Platen
2021-12-22 20:39:44 +01:00
parent 05fa1a7ac1
commit fa39ff9fc4
26 changed files with 28 additions and 28 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.15.0")
check_min_version("4.16.0.dev0")
require_version("datasets>=1.8.0", "To fix: pip install -r examples/pytorch/question-answering/requirements.txt")