v4.25.0.dev0

This commit is contained in:
Sylvain Gugger
2022-10-31 21:48:40 -04:00
parent 7f9b7b3f0e
commit c3a93d8d82
46 changed files with 56 additions and 56 deletions

View File

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