Release v4.5.0
Some checks failed
Release - Conda / build_and_package (push) Has been cancelled

This commit is contained in:
Lysandre
2021-04-06 12:37:47 -04:00
parent 2a8115f083
commit 4906a29f7f
13 changed files with 13 additions and 13 deletions

View File

@@ -46,7 +46,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.5.0.dev0")
check_min_version("4.5.0")
logger = logging.getLogger(__name__)