v4.52.0.dev0

This commit is contained in:
Lysandre
2025-04-05 22:04:21 +02:00
parent 25b7f27234
commit d1b92369ca
54 changed files with 53 additions and 60 deletions

View File

@@ -62,7 +62,7 @@ except (ModuleNotFoundError, ImportError):
# Will error if the minimal version of Transformers is not installed. Remove at your own risks.
check_min_version("4.51.0.dev0")
check_min_version("4.52.0.dev0")
logger = logging.getLogger(__name__)