From 6f75542abff29a3b8f767fd23474e03a23f11fe6 Mon Sep 17 00:00:00 2001 From: David Gardner Date: Tue, 28 Nov 2023 16:09:25 -0800 Subject: [PATCH] Update the in-line comment regarding the model batch size --- examples/abp_nvsmi_detection/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/abp_nvsmi_detection/README.md b/examples/abp_nvsmi_detection/README.md index 59d09a56a9..ce63ec15c0 100644 --- a/examples/abp_nvsmi_detection/README.md +++ b/examples/abp_nvsmi_detection/README.md @@ -110,7 +110,7 @@ From the Morpheus repo root directory, run: export MORPHEUS_ROOT=$(pwd) # Launch Morpheus printing debug messages morpheus --log_level=DEBUG \ - `# Run a pipeline with 8 threads and a model batch size of 32 (Must be equal or less than Triton config)` \ + `# Run a pipeline with 8 threads and a model batch size of 1024 (Must be equal or less than Triton config)` \ run --num_threads=8 --pipeline_batch_size=1024 --model_max_batch_size=1024 \ `# Specify a NLP pipeline with 256 sequence length (Must match Triton config)` \ pipeline-fil --columns_file=${MORPHEUS_ROOT}/morpheus/data/columns_fil.txt \