Docs for v4.16.0dev0

This commit is contained in:
Patrick von Platen
2021-12-22 20:39:44 +01:00
parent 05fa1a7ac1
commit fa39ff9fc4
26 changed files with 28 additions and 28 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.15.0")
check_min_version("4.16.0.dev0")
Array = Any
Dataset = datasets.arrow_dataset.Dataset