Release: v4.52.0
Some checks failed
Release - Conda / build_and_package (push) Has been cancelled
Secret Leaks / trufflehog (push) Has been cancelled

This commit is contained in:
Lysandre
2025-05-20 18:11:22 +02:00
parent f834d368f6
commit 113424bcd5
320 changed files with 53 additions and 70095 deletions

View File

@@ -52,7 +52,7 @@ from transformers.utils.versions import require_version
# region Checking dependencies
# Will error if the minimal version of Transformers is not installed. Remove at your own risks.
check_min_version("4.52.0.dev0")
check_min_version("4.52.0")
require_version("datasets>=1.8.0", "To fix: pip install -r examples/pytorch/summarization/requirements.txt")