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

This commit is contained in:
Lysandre
2021-06-17 17:57:42 +02:00
parent d6ea91c96a
commit 7a6c9fab8e
17 changed files with 20 additions and 17 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.7.0.dev0")
check_min_version("4.7.0")
logger = logging.getLogger(__name__)