diff --git a/ts_scripts/configs/sanity_models.json b/ts_scripts/configs/sanity_models.json index 4b9e589fc8..e2685b3e24 100644 --- a/ts_scripts/configs/sanity_models.json +++ b/ts_scripts/configs/sanity_models.json @@ -14,13 +14,6 @@ ], "handler": "image_segmenter" }, - { - "name": "my_text_classifier_v4", - "inputs": [ - "examples/text_classification/sample_text.txt" - ], - "handler": "text_classification" - }, { "name": "resnet-18", "inputs": [ @@ -28,13 +21,6 @@ ], "handler": "image_classifier" }, - { - "name": "my_text_classifier_scripted_v3", - "inputs": [ - "examples/text_classification/sample_text.txt" - ], - "handler": "text_classification" - }, { "name": "alexnet_scripted", "inputs": [