v4.43.0.dev0

This commit is contained in:
Lysandre
2024-06-27 17:40:07 +02:00
parent 0cf60f13ab
commit 727eea4ab0
53 changed files with 55 additions and 53 deletions

View File

@@ -60,7 +60,7 @@ from transformers.utils.versions import require_version
# Will error if the minimal version of Transformers is not installed. Remove at your own risk.
check_min_version("4.42.0.dev0")
check_min_version("4.43.0.dev0")
require_version("datasets>=2.14.0", "To fix: pip install -r examples/flax/speech-recognition/requirements.txt")