Skip to content

Commit eb94d0d

Browse files
committed
Removed yolov9-seg from upload types
1 parent 667cc49 commit eb94d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def deploy(self, model_type: str, model_path: str) -> None:
425425
model_path (str): File path to model weights to be uploaded
426426
"""
427427

428-
supported_models = ["yolov5", "yolov7-seg", "yolov8", "yolov9", "yolov9-seg"]
428+
supported_models = ["yolov5", "yolov7-seg", "yolov8", "yolov9"]
429429

430430
if not any(supported_model in model_type for supported_model in supported_models):
431431
raise (ValueError(f"Model type {model_type} not supported. Supported models are" f" {supported_models}"))

0 commit comments

Comments
 (0)