From fee4957542adb37e34f1471ce4a2e25ef17a5a5d Mon Sep 17 00:00:00 2001 From: GuanLuo Date: Wed, 16 Aug 2023 11:20:22 -0700 Subject: [PATCH] Fix character escape in model repository documentation --- docs/protocol/extension_model_repository.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/protocol/extension_model_repository.md b/docs/protocol/extension_model_repository.md index 44d271d2dc..b0009043f5 100644 --- a/docs/protocol/extension_model_repository.md +++ b/docs/protocol/extension_model_repository.md @@ -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" : "". Note that +parameter to "file:2/model.onnx" : "\". Note that "config" parameter must be provided to serve as the model configuration of the override model directory. @@ -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" : "". Note that +specify the parameter to "file:2/model.onnx" : "\". Note that "config" parameter must be provided to serve as the model configuration of the override model directory.