Skip to content

Commit df1817a

Browse files
restore hybrid-cs-mri after MO fix (#3206)
1 parent 89f856a commit df1817a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/model_tools/src/openvino/model_zoo/_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from openvino.model_zoo.download_engine import cache, file_source, postprocessing, validation
2525

2626
RE_MODEL_NAME = re.compile(r'[0-9a-zA-Z._-]+')
27-
EXCLUDED_MODELS = ['detr-resnet50', 'hybrid-cs-model-mri']
27+
EXCLUDED_MODELS = ['detr-resnet50']
2828

2929
class ModelFile:
3030
def __init__(self, name, size, checksum, source):

0 commit comments

Comments
 (0)