v4.31.0.dev0

This commit is contained in:
Sylvain Gugger
2023-06-07 16:49:00 -04:00
parent c3572e6bfb
commit ba695c1efd
45 changed files with 47 additions and 47 deletions

View File

@@ -56,7 +56,7 @@ from transformers.utils.versions import require_version
# region Dependencies and constants
# Will error if the minimal version of Transformers is not installed. Remove at your own risks.
check_min_version("4.30.0.dev0")
check_min_version("4.31.0.dev0")
require_version("datasets>=1.8.0", "To fix: pip install -r examples/pytorch/summarization/requirements.txt")