v4.47.0.dev0

This commit is contained in:
Arthur Zucker
2024-10-24 11:23:29 +02:00
parent f0e640adfa
commit 9643069465
53 changed files with 53 additions and 53 deletions

View File

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