Skip to content

Commit

Permalink
Fix character escape in model repository documentation (#6197)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuanLuo authored Aug 16, 2023
1 parent 0f478f3 commit 81794dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/protocol/extension_model_repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ applied.
This convention will be used to specify the override model directory to load
the model from. For instance, if the user wants to specify a model directory
that contains an ONNX model as version 2, then the user will specify the
parameter to "file:2/model.onnx" : "<base64-encoded-file-content>". Note that
parameter to "file:2/model.onnx" : "\<base64-encoded-file-content\>". Note that
"config" parameter must be provided to serve as the model configuration of the
override model directory.

Expand Down Expand Up @@ -361,7 +361,7 @@ applied.
file content. This convention will be used to specify the override model
directory to load the model from. For instance, if the user wants to specify a
model directory that contains an ONNX model as version 2, then the user will
specify the parameter to "file:2/model.onnx" : "<file-content>". Note that
specify the parameter to "file:2/model.onnx" : "\<file-content\>". Note that
"config" parameter must be provided to serve as the model configuration of the
override model directory.

Expand Down

0 comments on commit 81794dd

Please sign in to comment.