Skip to content

Commit

Permalink
Review edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabrizian committed Sep 25, 2023
1 parent f52c2cd commit fef35d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions qa/L0_scalar_io/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ TEST_RESULT_FILE='test_results.txt'
export CUDA_VISIBLE_DEVICES=0
DATADIR=/data/inferenceserver/${REPO_VERSION}

rm -rf models/*
rm -rf models
mkdir models
cp -r $DATADIR/scalar_models/* models/

Expand Down Expand Up @@ -84,7 +84,7 @@ if [ "$SERVER_PID" != "0" ]; then
fi

if [ $RET -eq 0 ]; then
echo -e "\n***\n*** Test Passed\n***"
echo -e "\n***\n*** Test Passed\n***"
else
echo -e "\n***\n*** Test FAILED\n***"
fi
Expand Down
2 changes: 1 addition & 1 deletion qa/common/gen_qa_model_repository
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ python3 $SRCDIR/gen_qa_dyna_sequence_implicit_models.py --onnx --onnx_opset=$ONN
chmod -R 777 $DYNASEQIMPLICITDESTDIR
python3 $SRCDIR/gen_qa_ragged_models.py --onnx --onnx_opset=$ONNX_OPSET --models_dir=$RAGGEDDESTDIR
chmod -R 777 $RAGGEDDESTDIR
python3 $SRCDIR/gen_qa_ort_scalar_models.py --onnx --onnx_opset=$ONNX_OPSET --models_dir=$SCALARMODELSDESTDIR
python3 $SRCDIR/gen_qa_ort_scalar_models.py --onnx_opset=$ONNX_OPSET --models_dir=$SCALARMODELSDESTDIR
chmod -R 777 $RAGGEDDESTDIR
EOF

Expand Down

0 comments on commit fef35d1

Please sign in to comment.