Skip to content

Commit

Permalink
Comment clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
dyastremsky committed Oct 6, 2022
1 parent c3359ac commit 9b36e81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qa/L0_custom_ops/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RET=0
LD_LIBRARY_PATH=/opt/tritonserver/backends/tensorflow2:$LD_LIBRARY_PATH

# Tensorflow
## LD_PRELOAD
## Load operations via LD_PRELOAD
SERVER_ARGS="--model-repository=/data/inferenceserver/${REPO_VERSION}/qa_custom_ops/tf_custom_ops"
SERVER_LD_PRELOAD="/data/inferenceserver/${REPO_VERSION}/qa_custom_ops/tf_custom_ops/libzeroout.so:/data/inferenceserver/${REPO_VERSION}/qa_custom_ops/tf_custom_ops/libcudaop.so:/data/inferenceserver/${REPO_VERSION}/qa_custom_ops/tf_custom_ops/libbusyop.so"

Expand Down Expand Up @@ -106,7 +106,7 @@ set -e
kill $SERVER_PID
wait $SERVER_PID

## Runtime loading via config
## Load operations via model config
SERVER_ARGS="--model-repository=tf_custom_ops --strict-model-config=false"
SERVER_ARGS="--model-repository=tf_custom_ops"
SERVER_LD_PRELOAD=""
Expand Down

0 comments on commit 9b36e81

Please sign in to comment.