diff --git a/qa/L0_model_namespacing/test.sh b/qa/L0_model_namespacing/test.sh index 2fad0aaf21..414bd3dde9 100644 --- a/qa/L0_model_namespacing/test.sh +++ b/qa/L0_model_namespacing/test.sh @@ -62,6 +62,11 @@ for test_name in $TEST_LIST; do done done +# Set this variable to avoid generation of '__pycache__' in the model directory, +# which will cause unintended model reload in POLLING model as Triton sees +# changes in the model directory +export PYTHONDONTWRITEBYTECODE=1 + # Polling for test_name in $TEST_LIST; do TEST_SUITE="ModelNamespacePoll"