v4.27.0.dev0

This commit is contained in:
Sylvain Gugger
2023-01-23 16:52:35 -05:00
parent fd5cdaeea6
commit 7119bb052a
42 changed files with 58 additions and 58 deletions

View File

@@ -61,7 +61,7 @@ from utils_qa import postprocess_qa_predictions
logger = logging.getLogger(__name__)
# Will error if the minimal version of Transformers is not installed. Remove at your own risks.
check_min_version("4.26.0.dev0")
check_min_version("4.27.0.dev0")
Array = Any
Dataset = datasets.arrow_dataset.Dataset