From 6f35b847afca7ca128f4e6833b2780fd76570dcf Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Thu, 3 Oct 2024 11:24:35 -0700 Subject: [PATCH] Revert "[CI] Pause in between to allow Triton to free shared mem" This reverts commit d3c6d62f113d3404eaf00a220db234abfa819df0. --- qa/entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/qa/entrypoint.sh b/qa/entrypoint.sh index c0c18228..3bcc7a6b 100755 --- a/qa/entrypoint.sh +++ b/qa/entrypoint.sh @@ -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