Dev version

This commit is contained in:
Lysandre
2023-12-13 18:29:31 +01:00
parent 815ea8e8a2
commit 3ed3e3190c
54 changed files with 110 additions and 110 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.36.0.dev0")
check_min_version("4.37.0.dev0")
require_version("datasets>=2.14.0", "To fix: pip install -r examples/flax/speech-recogintion/requirements.txt")