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

@@ -49,7 +49,7 @@ from transformers.utils import CONFIG_NAME, TF2_WEIGHTS_NAME, check_min_version,
# 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__)