File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
onnxruntime/core/providers/openvino Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -133,9 +133,6 @@ EPCtxHandler::GetModelBlobStream(const std::filesystem::path& so_context_file_pa
133133 // If the model stream is not an XML (i.e. precompiled blob), the OpenVINO SDK version that it was
134134 // exported with must match the version that is currently running.
135135 native_blob_path = std::move (blob_filepath);
136- ORT_ENFORCE ((attrs.count (EP_SDK_VER) == 1 ) && (attrs.at (EP_SDK_VER).s () == openvino_sdk_version_),
137- " EPCtx blob was exported / is compatible with OpenVINO SDK version " + attrs.at (EP_SDK_VER).s () +
138- " , but OpenVINO SDK version currently in use is " + openvino_sdk_version_);
139136 }
140137
141138 LOGS_DEFAULT (VERBOSE) << " [OpenVINO EP] Read blob from EPContext Node" ;
You can’t perform that action at this time.
0 commit comments