From 1094a7f42357f8d12cc5e1a56dbdc0980858920f Mon Sep 17 00:00:00 2001 From: Sai Kiran Polisetty Date: Mon, 28 Aug 2023 21:31:34 +0530 Subject: [PATCH] Pre commit error fixes --- docs/bls_quick_start.md | 8 ++------ docs/ensemble_quick_start.md | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/docs/bls_quick_start.md b/docs/bls_quick_start.md index 48e22d568..6653b0267 100644 --- a/docs/bls_quick_start.md +++ b/docs/bls_quick_start.md @@ -64,10 +64,7 @@ docker run -it --gpus 1 \ ``` **Replacing** `` with the -**_absolute_ _path_** to the directory where the output model repository -will be located. -This ensures the Triton SDK container has access to the model -config variants that Model Analyzer creates.

+**_absolute_ _path_** to the directory where the output model repository will be located. This ensures the Triton SDK container has access to the model config variants that Model Analyzer creates.

**Important:** You must ensure the absolutes paths are identical on both sides of the mounts (or else Tritonserver cannot load the model)

**Important:** The example above uses a single GPU. If you are running on multiple GPUs, you need to increase the shared memory size accordingly

@@ -75,8 +72,7 @@ config variants that Model Analyzer creates.

--- -The [examples/quick-start](../examples/quick-start) directory is an example -[Triton Model Repository](https://github.com/triton-inference-server/server/blob/main/docs/user_guide/model_repository.md) that contains the BLS model `bls` which calculates the sum of two inputs using `add` model. +The [examples/quick-start](../examples/quick-start) directory is an example [Triton Model Repository](https://github.com/triton-inference-server/server/blob/main/docs/user_guide/model_repository.md) that contains the BLS model `bls` which calculates the sum of two inputs using `add` model. An example model analyzer YAML config that performs a BLS model search diff --git a/docs/ensemble_quick_start.md b/docs/ensemble_quick_start.md index 2a58da574..d116bb41a 100644 --- a/docs/ensemble_quick_start.md +++ b/docs/ensemble_quick_start.md @@ -70,10 +70,7 @@ docker run -it --gpus 1 \ ``` **Replacing** `` with the -**_absolute_ _path_** to the directory where the output model repository -will be located. -This ensures the Triton SDK container has access to the model -config variants that Model Analyzer creates.

+**_absolute_ _path_** to the directory where the output model repository will be located. This ensures the Triton SDK container has access to the model config variants that Model Analyzer creates.

**Important:** You must ensure the absolutes paths are identical on both sides of the mounts (or else Tritonserver cannot load the model)

**Important:** The example above uses a single GPU. If you are running on multiple GPUs, you may need to increase the shared memory size accordingly

@@ -81,8 +78,7 @@ config variants that Model Analyzer creates.

--- -The [examples/quick-start](../examples/quick-start) directory is an example -[Triton Model Repository](https://github.com/triton-inference-server/server/blob/main/docs/user_guide/model_repository.md) that contains the ensemble model `ensemble_add_sub`, which calculates the sum and difference of two inputs using `add` and `sub` models. +The [examples/quick-start](../examples/quick-start) directory is an example [Triton Model Repository](https://github.com/triton-inference-server/server/blob/main/docs/user_guide/model_repository.md) that contains the ensemble model `ensemble_add_sub`, which calculates the sum and difference of two inputs using `add` and `sub` models. Run the Model Analyzer `profile` subcommand inside the container with: