Skip to content

Commit e004a2a

Browse files
committed
ci
1 parent fef1c95 commit e004a2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qa/L0_scalar_io/test.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@ fi
4040

4141
RET=0
4242
TEST_RESULT_FILE='test_results.txt'
43+
BACKENDS="onnx"
4344
export CUDA_VISIBLE_DEVICES=0
4445
DATADIR=/data/inferenceserver/${REPO_VERSION}
4546

4647
rm -rf models
4748
mkdir models
48-
cp -r $DATADIR/scalar_models/* models/
49+
cp -r $DATADIR/qa_scalar_models/* models/
4950

5051
CLIENT_LOG="./client.log"
5152
SCALAR_TEST=scalar_test.py

0 commit comments

Comments
 (0)