Skip to content

Commit

Permalink
Fix L0_custom_ops for ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-kmcgill53 committed May 11, 2023
1 parent 3c211c1 commit 1815d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/L0_custom_ops/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ SERVER_ARGS="--model-repository=/data/inferenceserver/${REPO_VERSION}/qa_custom_
# FIXME: Pre-loading the python library system to satisfy the symbol definitions
# as the custom op library is built with different python version within
# pytorch container. See DLIS-4152.
SERVER_LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libpython3.8.so.1:/data/inferenceserver/${REPO_VERSION}/qa_custom_ops/libtorch_custom_ops/libtorch_modulo/custom_modulo.so"
SERVER_LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libpython3.10.so.1:/data/inferenceserver/${REPO_VERSION}/qa_custom_ops/libtorch_custom_ops/libtorch_modulo/custom_modulo.so"
run_server
if [ "$SERVER_PID" == "0" ]; then
echo -e "\n***\n*** Failed to start $SERVER\n***"
Expand Down

0 comments on commit 1815d71

Please sign in to comment.