Skip to content

Commit

Permalink
Fix pre-commit error
Browse files Browse the repository at this point in the history
  • Loading branch information
pskiran1 committed Jul 14, 2024
1 parent 3b0a96a commit a4bfde4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protobuf/model_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ message ModelInput
//@@ Indicates whether the input tensor uses a non-linear IO format. This
//@@ field is currently supported only for TensorRT models. An error will
//@@ be generated if this specification does not comply with the
//underlying
// underlying
//@@ model.
//@@
bool is_non_linear_format_io = 7;
Expand Down Expand Up @@ -477,7 +477,7 @@ message ModelOutput
//@@ Indicates whether the output tensor uses a non-linear IO format. This
//@@ field is currently supported only for TensorRT models. An error will
//@@ be generated if this specification does not comply with the
//underlying
// underlying
//@@ model.
//@@
bool is_non_linear_format_io = 7;
Expand Down

0 comments on commit a4bfde4

Please sign in to comment.