From b2c31d34c0414befde3d0d067588617e062ef443 Mon Sep 17 00:00:00 2001 From: Max Tkachenko Date: Wed, 31 May 2023 02:39:17 +0300 Subject: [PATCH] feat: LABEL_STUDIO_ML_BACKEND_V2_DEFAULT is True now --- label_studio_ml/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/label_studio_ml/model.py b/label_studio_ml/model.py index dfc63ad4d..76a6ebe8b 100644 --- a/label_studio_ml/model.py +++ b/label_studio_ml/model.py @@ -36,7 +36,7 @@ logger = logging.getLogger(__name__) -LABEL_STUDIO_ML_BACKEND_V2_DEFAULT = False +LABEL_STUDIO_ML_BACKEND_V2_DEFAULT = True AUTO_UPDATE_DEFAULT = False @attr.s