Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix character escape in model repository documentation #6197

Merged
merged 1 commit into from
Aug 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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