Skip to content

Commit

Permalink
Set --columns_file for the abp_nvsmi pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Jun 13, 2023
1 parent 7cd597c commit 0f8f3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/validation/val-run-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function run_pipeline_abp_nvsmi(){
VAL_OUTPUT=$5

morpheus --log_level=DEBUG run --num_threads=1 --pipeline_batch_size=1024 --model_max_batch_size=1024 --use_cpp=${USE_CPP} \
pipeline-fil \
pipeline-fil --columns_file=${MORPHEUS_ROOT}/morpheus/data/columns_fil.txt \
from-file --filename=${INPUT_FILE} \
deserialize \
preprocess \
Expand Down

0 comments on commit 0f8f3cc

Please sign in to comment.