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

This commit is contained in:
Lysandre
2021-12-15 18:20:35 +01:00
parent aece7badc1
commit 960d8cb41d
27 changed files with 26 additions and 27 deletions

View File

@@ -45,7 +45,7 @@ from utils_qa import postprocess_qa_predictions
# Will error if the minimal version of Transformers is not installed. Remove at your own risks.
check_min_version("4.14.0.dev0")
check_min_version("4.14.0")
logger = logging.getLogger(__name__)