Skip to content

Commit 15ab597

Browse files
committed
Updated supported models list
1 parent f6adc86 commit 15ab597

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
@@ -441,7 +441,7 @@ def deploy(self, model_type: str, model_path: str) -> None:
441441
model_path (str): File path to model weights to be uploaded
442442
"""
443443

444-
supported_models = ["yolov5", "yolov7", "yolov8"]
444+
supported_models = ["yolov5", "yolov7-seg", "yolov8"]
445445

446446
if not any(
447447
supported_model in model_type for supported_model in supported_models

0 commit comments

Comments
 (0)