Skip to content

Commit

Permalink
Remove redundant file write in EPCtx model dump
Browse files Browse the repository at this point in the history
  • Loading branch information
preetha-intel committed Aug 26, 2024
1 parent 3291c49 commit 86eb1f4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ Status EPCtxHandler::ExportEPCtxModel(const GraphViewer& graph_viewer,
if (!model_proto->SerializeToOstream(epctx_onnx_model)) {
return ORT_MAKE_STATUS(ONNXRUNTIME, FAIL, "Failed to serialize model to file");
}
model_proto->SerializeToOstream(epctx_onnx_model);
}
LOGS_DEFAULT(VERBOSE) << "[OpenVINO EP] Export blob as EPContext Node";

Expand Down

0 comments on commit 86eb1f4

Please sign in to comment.