Skip to content

Commit

Permalink
Uncomment line in OVEP that was commented out in error (#21973)
Browse files Browse the repository at this point in the history
### Description
One line change to re-enable a line incorrectly commented out in an
earlier commit



### Motivation and Context
Fix issue introduced with [PR
21872](#21872 (comment))
  • Loading branch information
javier-intel authored Sep 5, 2024
1 parent 8b661f7 commit 840f896
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ BasicBackend::BasicBackend(std::unique_ptr<ONNX_NAMESPACE::ModelProto>& model_pr
device_config,
global_context_.ep_context_embed_mode,
subgraph_context_.subgraph_name);
// ie_cnn_network_ = exe_network_.Get().get_runtime_model();
ie_cnn_network_ = exe_network_.Get().get_runtime_model();
} else if (global_context_.export_ep_ctx_blob &&
hw_target.find("NPU") != std::string::npos) {
std::shared_ptr<ov::Model> ov_model;
Expand Down

0 comments on commit 840f896

Please sign in to comment.