v4.35.0.dev0

This commit is contained in:
Lysandre
2023-10-03 16:54:37 +02:00
parent c26b2a29e5
commit bd6205919a
54 changed files with 68 additions and 68 deletions

View File

@@ -51,7 +51,7 @@ from transformers.utils import PaddingStrategy, check_min_version, send_example_
# Will error if the minimal version of Transformers is not installed. Remove at your own risks.
check_min_version("4.34.0.dev0")
check_min_version("4.35.0.dev0")
logger = logging.getLogger(__name__)