Skip to content

Commit

Permalink
Update Model paths in Ensemble and BLS L0 scripts (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
pskiran1 authored Sep 18, 2023
1 parent 6b90c32 commit ede875c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qa/L0_bls_model/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ create_logs_dir "L0_bls_model"
# Set test parameters
MODEL_ANALYZER="$(which model-analyzer)"
REPO_VERSION=${NVIDIA_TRITON_SERVER_VERSION}
MODEL_REPOSITORY=${MODEL_REPOSITORY:="/mnt/nvdl/datasets/inferenceserver/$REPO_VERSION/qa_bls_model_repository/"}
MODEL_REPOSITORY=${MODEL_REPOSITORY:="/opt/triton-model-analyzer/examples/quick-start"}
QA_MODELS="bls"
BLS_COMPOSING_MODELS="add"
INPUT_JSON="$(pwd)/input_data.json"
Expand Down
3 changes: 2 additions & 1 deletion qa/L0_ensemble_model/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ create_logs_dir "L0_ensemble_model"
# Set test parameters
MODEL_ANALYZER="$(which model-analyzer)"
REPO_VERSION=${NVIDIA_TRITON_SERVER_VERSION}
MODEL_REPOSITORY=${MODEL_REPOSITORY:="/mnt/nvdl/datasets/inferenceserver/$REPO_VERSION/qa_ensemble_model_repository/qa_simple_ensemble_model_repository"}
MODEL_REPOSITORY=${MODEL_REPOSITORY:="/opt/triton-model-analyzer/examples/quick-start"}
QA_MODELS="ensemble_add_sub"
MODEL_NAMES="$(echo $QA_MODELS | sed 's/ /,/g')"
TRITON_LAUNCH_MODE=${TRITON_LAUNCH_MODE:="local"}
Expand All @@ -33,6 +33,7 @@ FILENAME_SERVER_ONLY="server-metrics.csv"
FILENAME_INFERENCE_MODEL="model-metrics-inference.csv"
FILENAME_GPU_MODEL="model-metrics-gpu.csv"

mkdir -p $MODEL_REPOSITORY/ensemble_add_sub/1
rm -rf $OUTPUT_MODEL_REPOSITORY
create_result_paths
SERVER_LOG=$TEST_LOG_DIR/server.log
Expand Down

0 comments on commit ede875c

Please sign in to comment.