Skip to content

Commit d4efbf5

Browse files
committed
Merge branch 'ze/debug' of https://github.com/opea-project/GenAIExamples into ze/debug
Signed-off-by: ZePan110 <ze.pan@intel.com>
2 parents 3ebc8e8 + a4f1dc0 commit d4efbf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DocSum/tests/test_compose_tgi_on_gaudi.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ function validate_service() {
9393

9494
local retry_count=0
9595
local success=false
96-
96+
9797
while [ $retry_count -lt $MAX_RETRIES ] && [ "$success" = false ]; do
9898
retry_count=$((retry_count + 1))
99-
99+
100100
echo "[ $SERVICE_NAME ] 尝试第 $retry_count/$MAX_RETRIES 次..."
101101
if [[ $VALIDATE_TYPE == *"json"* ]]; then
102102
HTTP_RESPONSE=$(curl --silent --write-out "HTTPSTATUS:%{http_code}" -X POST -d "$INPUT_DATA" -H 'Content-Type: application/json' "$URL")

0 commit comments

Comments
 (0)