Skip to content

Commit

Permalink
Testing pr, it will be close
Browse files Browse the repository at this point in the history
  • Loading branch information
TejalKhade28 committed Nov 11, 2024
1 parent 191ad74 commit d2dd638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/core/providers/openvino/backend_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ BackendManager::BackendManager(const GlobalContext& global_context,
std::to_string(global_context_.OpenVINO_Version.at(1));
if (ep_ctx_handle_.CheckForOVEPCtxNode(subgraph, openvino_sdk_version_)) {
if (ep_ctx_handle_.ImportBlobFromEPCtxModel(subgraph) != Status::OK())
ORT_THROW("Import blob from model failed");
ORT_THROW("Import blob from model failed JUST A TEST, THIS PR WILL BE CLOSED");
}

// Save the indexes of graph inputs among fused_node's inputDefs
Expand Down

0 comments on commit d2dd638

Please sign in to comment.