Skip to content

Commit

Permalink
Fix incorrect assignment in shell script (#1685)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-sk authored Mar 27, 2024
1 parent 3f1a854 commit cce574e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/launch_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ if $is_llm; then
total_retries=80
fi
if [[ "$platform" == *"trtllm"* ]]; then
total_retries = 100
echo "extra sleep of 5 min for trtllm compilation"
total_retries=100
echo "extra sleep of 10 min for trtllm compilation"
fi
if [[ "$platform" == *"trtllm-sq"* ]]; then
echo "extra sleep of 15 min for smoothquant calibration"
Expand Down

0 comments on commit cce574e

Please sign in to comment.