v4.13.0.dev0

This commit is contained in:
Lysandre
2021-10-28 12:56:46 -04:00
parent 62bf536631
commit b8fad022a0
29 changed files with 33 additions and 30 deletions

View File

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