File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ TEST_RESULT_FILE='test_results.txt'
43
43
export CUDA_VISIBLE_DEVICES=0
44
44
DATADIR=/data/inferenceserver/${REPO_VERSION}
45
45
46
- rm -rf models/ *
46
+ rm -rf models
47
47
mkdir models
48
48
cp -r $DATADIR /scalar_models/* models/
49
49
@@ -84,7 +84,7 @@ if [ "$SERVER_PID" != "0" ]; then
84
84
fi
85
85
86
86
if [ $RET -eq 0 ]; then
87
- echo -e " \n***\n*** Test Passed\n***"
87
+ echo -e " \n***\n*** Test Passed\n***"
88
88
else
89
89
echo -e " \n***\n*** Test FAILED\n***"
90
90
fi
Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ python3 $SRCDIR/gen_qa_dyna_sequence_implicit_models.py --onnx --onnx_opset=$ONN
299
299
chmod -R 777 $DYNASEQIMPLICITDESTDIR
300
300
python3 $SRCDIR /gen_qa_ragged_models.py --onnx --onnx_opset=$ONNX_OPSET --models_dir=$RAGGEDDESTDIR
301
301
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
303
303
chmod -R 777 $RAGGEDDESTDIR
304
304
EOF
305
305
You can’t perform that action at this time.
0 commit comments