Skip to content

Commit

Permalink
Update the in-line comment regarding the model batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Nov 29, 2023
1 parent 3401072 commit 6f75542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/abp_nvsmi_detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6f75542

Please sign in to comment.