Skip to content

Commit da39e24

Browse files
MayureshV1Copilot
andauthored
Update onnxruntime/core/providers/openvino/openvino_execution_provider.cc
Co-authored-by: Copilot <[email protected]>
1 parent f3ad9cc commit da39e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/core/providers/openvino/openvino_execution_provider.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ common::Status OpenVINOExecutionProvider::Compile(
199199
}
200200

201201
// Metadata is generated only for shared contexts
202-
// If saving metadata then save it to the provided path or ose the original model path
202+
// If saving metadata then save it to the provided path or use the original model path
203203
// Multiple calls to Compile() will update the metadata and for the last call
204204
// the resulting file will contain the aggregated content
205205
std::ofstream file{metadata_file_path, std::ios::binary};

0 commit comments

Comments
 (0)