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

@@ -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.8.0.dev0")
check_min_version("4.8.0")
logger = logging.getLogger(__name__)