This commit is contained in:
Arthur Zucker
2024-10-24 09:35:05 +02:00
parent b0f0c61899
commit b298161146
53 changed files with 53 additions and 53 deletions

View File

@@ -46,7 +46,7 @@ from transformers.utils.versions import require_version
logger = logging.getLogger(__name__)
# Will error if the minimal version of Transformers is not installed. Remove at your own risks.
check_min_version("4.46.0.dev0")
check_min_version("4.46.0")
require_version("datasets>=2.0.0", "To fix: pip install -r examples/pytorch/instance-segmentation/requirements.txt")