Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabrizian committed Sep 26, 2023
1 parent fef35d1 commit 8ceeebb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qa/L0_scalar_io/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ fi

RET=0
TEST_RESULT_FILE='test_results.txt'
BACKENDS="onnx"
export CUDA_VISIBLE_DEVICES=0
DATADIR=/data/inferenceserver/${REPO_VERSION}

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

CLIENT_LOG="./client.log"
SCALAR_TEST=scalar_test.py
Expand Down

0 comments on commit 8ceeebb

Please sign in to comment.