diff --git a/examples/openvino/image-classification/configs/swin-base-jpqd.json b/examples/openvino/image-classification/configs/swin-base-jpqd.json index 3f03c276aa..23b2fd3d84 100644 --- a/examples/openvino/image-classification/configs/swin-base-jpqd.json +++ b/examples/openvino/image-classification/configs/swin-base-jpqd.json @@ -36,8 +36,6 @@ "ignored_scopes": [ "{re}.*__add___[0-1]", "{re}.*layer_norm_0", - "{re}.*matmul_1", - "{re}.*__truediv__*" ] } ] diff --git a/examples/openvino/question-answering/configs/bert-base-jpqd.json b/examples/openvino/question-answering/configs/bert-base-jpqd.json index 425bd9f31b..342d327a34 100644 --- a/examples/openvino/question-answering/configs/bert-base-jpqd.json +++ b/examples/openvino/question-answering/configs/bert-base-jpqd.json @@ -36,8 +36,6 @@ "ignored_scopes": [ "{re}.*__add___[0-1]", "{re}.*layer_norm_0", - "{re}.*matmul_1", - "{re}.*__truediv__*" ] } ] diff --git a/examples/openvino/text-classification/configs/bert-base-jpqd.json b/examples/openvino/text-classification/configs/bert-base-jpqd.json index 25c8f28861..d177e4efd7 100644 --- a/examples/openvino/text-classification/configs/bert-base-jpqd.json +++ b/examples/openvino/text-classification/configs/bert-base-jpqd.json @@ -40,8 +40,6 @@ "ignored_scopes": [ "{re}.*__add___[0-1]", "{re}.*layer_norm_0", - "{re}.*matmul_1", - "{re}.*__truediv__*" ] } ]