v4.33.0.dev0

This commit is contained in:
Sylvain Gugger
2023-08-21 07:07:04 -04:00
parent 2f8acfea1c
commit 5c67682b16
53 changed files with 67 additions and 67 deletions

View File

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