Skip to content

Commit

Permalink
intel_npu: compile_tool: fix typo in help message (openvinotoolkit#29332
Browse files Browse the repository at this point in the history
)

fix the minor typo in the compile_tool help message, from "-ionl" to
"-ioml".

Signed-off-by: Keyon Jie <[email protected]>
  • Loading branch information
keyonjie authored Mar 8, 2025
1 parent 9e3fc64 commit 43625bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/intel_npu/tools/compile_tool/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static constexpr char outputs_model_layout_message[] =

static constexpr char ioml_message[] =
"Optional. Specifies model layout for input and output tensors by name.\n"
" Example: -ionl \"input:NCHW, output:NHWC\".\n"
" Example: -ioml \"input:NCHW, output:NHWC\".\n"
" Notice that quotes are required.\n"
" Overwrites layout from il and ol options for specified layers.";

Expand Down

0 comments on commit 43625bd

Please sign in to comment.