From 69614747bfc023420c65cdfa0809e6ceaef2a806 Mon Sep 17 00:00:00 2001 From: Sai Kiran Polisetty Date: Mon, 28 Aug 2023 21:56:40 +0530 Subject: [PATCH] Pre-commit errors fix --- docs/ensemble_quick_start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ensemble_quick_start.md b/docs/ensemble_quick_start.md index d116bb41a..20775843f 100644 --- a/docs/ensemble_quick_start.md +++ b/docs/ensemble_quick_start.md @@ -78,7 +78,7 @@ docker run -it --gpus 1 \ --- -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: @@ -162,4 +162,4 @@ $HOME `-- metrics-server-only.csv ``` -**Note:** Above configurations, ensemble_add_sub_config_5, ensemble_add_sub_config_6, and ensemble_add_sub_config_7 are generated as the top configurations when running profiling on a single Tesla V100 GPU. However, running on multiple GPUs or different model GPUs may result in different top configurations. \ No newline at end of file +**Note:** Above configurations, ensemble_add_sub_config_5, ensemble_add_sub_config_6, and ensemble_add_sub_config_7 are generated as the top configurations when running profiling on a single Tesla V100 GPU. However, running on multiple GPUs or different model GPUs may result in different top configurations.