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

This commit is contained in:
Lysandre
2021-05-12 17:03:03 +02:00
parent fd6204b2a7
commit 64e78564a5
15 changed files with 15 additions and 17 deletions

View File

@@ -45,7 +45,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.6.0.dev0")
check_min_version("4.6.0")
task_to_keys = {
"cola": ("sentence", None),