Docs for v4.8.0

This commit is contained in:
Lysandre
2021-06-17 18:17:42 +02:00
parent 7a6c9fab8e
commit 0daadc1919
18 changed files with 21 additions and 19 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.7.0")
check_min_version("4.8.0.dev0")
require_version("datasets>=1.8.0", "To fix: pip install -r examples/pytorch/text-classification/requirements.txt")