Skip to content

Commit

Permalink
Revert "[CI] Pause in between to allow Triton to free shared mem"
Browse files Browse the repository at this point in the history
This reverts commit d3c6d62.
  • Loading branch information
hcho3 committed Oct 3, 2024
1 parent d3c6d62 commit 6f35b84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qa/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ if [[ $TRITON_ENABLE_GPU != "OFF" ]]
then
echo 'Running tests for GPU models...'
MODEL_REPO="${QA_DIR}/L0_e2e/model_repository" "$TEST_SCRIPT"
sleep 3
echo 'Running tests for CPU models...'
MODEL_REPO="${QA_DIR}/L0_e2e/cpu_model_repository" "$TEST_SCRIPT"
fi
Expand Down

0 comments on commit 6f35b84

Please sign in to comment.