Skip to content

Commit

Permalink
rename libtorch_validation_store to libtorch_model_store2 (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderHam authored and deadeyegoodwin committed Aug 7, 2019
1 parent 4bc765a commit faa8f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qa/L0_output_validation/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@

LIBTORCH_OP_VAL_CLIENT=lt_op_val_client.py

DATADIR=/data/inferenceserver/libtorch_validation_store
DATADIR=/data/inferenceserver/libtorch_model_store2

SERVER=/opt/tensorrtserver/bin/trtserver
SERVER_ARGS=--model-store=$DATADIR
SERVER_LOG="./inference_server.log"
source ../common/util.sh

/opt/tensorrtserver/bin/trtserver --model-store=/data/inferenceserver/libtorch_validation_store &
/opt/tensorrtserver/bin/trtserver --model-store=/data/inferenceserver/libtorch_model_store2 &
SERVER_PID=$!
sleep 30

Expand Down

0 comments on commit faa8f93

Please sign in to comment.