v4.9.0.dev0

This commit is contained in:
Sylvain Gugger
2021-06-23 13:31:19 -04:00
parent 9252a5127f
commit 2150dfed31
19 changed files with 22 additions and 20 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.8.0")
check_min_version("4.9.0.dev0")
logger = logging.getLogger(__name__)