Dev version

This commit is contained in:
Lysandre Debut
2022-05-12 11:04:23 -04:00
parent 9f16a1cc13
commit 5294fa12ee
32 changed files with 36 additions and 35 deletions

View File

@@ -47,7 +47,7 @@ from transformers.utils import PaddingStrategy, check_min_version
# Will error if the minimal version of Transformers is not installed. Remove at your own risks.
check_min_version("4.19.0.dev0")
check_min_version("4.20.0.dev0")
logger = logging.getLogger(__name__)