Skip to content

Commit fef1c95

Browse files
committed
Review edit
1 parent 2b8ca1b commit fef1c95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

qa/L0_scalar_io/test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ TEST_RESULT_FILE='test_results.txt'
4343
export CUDA_VISIBLE_DEVICES=0
4444
DATADIR=/data/inferenceserver/${REPO_VERSION}
4545

46-
rm -rf models/*
46+
rm -rf models
4747
mkdir models
4848
cp -r $DATADIR/scalar_models/* models/
4949

@@ -84,7 +84,7 @@ if [ "$SERVER_PID" != "0" ]; then
8484
fi
8585

8686
if [ $RET -eq 0 ]; then
87-
echo -e "\n***\n*** Test Passed\n***"
87+
echo -e "\n***\n*** Test Passed\n***"
8888
else
8989
echo -e "\n***\n*** Test FAILED\n***"
9090
fi

qa/common/gen_qa_model_repository

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ python3 $SRCDIR/gen_qa_dyna_sequence_implicit_models.py --onnx --onnx_opset=$ONN
299299
chmod -R 777 $DYNASEQIMPLICITDESTDIR
300300
python3 $SRCDIR/gen_qa_ragged_models.py --onnx --onnx_opset=$ONNX_OPSET --models_dir=$RAGGEDDESTDIR
301301
chmod -R 777 $RAGGEDDESTDIR
302-
python3 $SRCDIR/gen_qa_ort_scalar_models.py --onnx --onnx_opset=$ONNX_OPSET --models_dir=$SCALARMODELSDESTDIR
302+
python3 $SRCDIR/gen_qa_ort_scalar_models.py --onnx_opset=$ONNX_OPSET --models_dir=$SCALARMODELSDESTDIR
303303
chmod -R 777 $RAGGEDDESTDIR
304304
EOF
305305

0 commit comments

Comments
 (0)