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

This commit is contained in:
Lysandre
2021-03-16 11:33:35 -04:00
parent 5c02b97ca2
commit c988db5af2
16 changed files with 22 additions and 22 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.4.0.dev0")
check_min_version("4.4.0")
logger = logging.getLogger(__name__)