Release: v4.8.0

This commit is contained in:
Sylvain Gugger
2021-06-23 13:25:56 -04:00
parent 468cda20f2
commit 9252a5127f
17 changed files with 27 additions and 17 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.7.0.dev0")
check_min_version("4.8.0")
logger = logging.getLogger(__name__)