Skip to content

Commit

Permalink
Fix intermittent failure in L0_model_namespacing (triton-inference-se…
Browse files Browse the repository at this point in the history
  • Loading branch information
GuanLuo authored Jul 12, 2023
1 parent f17f348 commit ee8d048
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions qa/L0_model_namespacing/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ee8d048

Please sign in to comment.