Docs for v4.10.0

This commit is contained in:
Lysandre
2021-08-31 16:02:31 +02:00
parent d12bbe4942
commit 5ee67a4412
23 changed files with 27 additions and 24 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.10.0")
check_min_version("4.11.0.dev0")
logger = logging.getLogger(__name__)