[object Object]

← back to Exo

increase bench job timeout to give enough time to download

295f41c5cc84cefc1af5ddd20d2b45ad09b363b0 · 2025-01-27 05:03:35 +0000 · Alex Cheema

Files touched

Diff

commit 295f41c5cc84cefc1af5ddd20d2b45ad09b363b0
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Mon Jan 27 05:03:35 2025 +0000

    increase bench job timeout to give enough time to download
---
 .github/workflows/bench_job.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/bench_job.yml b/.github/workflows/bench_job.yml
index 842f2527..5e089283 100644
--- a/.github/workflows/bench_job.yml
+++ b/.github/workflows/bench_job.yml
@@ -128,6 +128,7 @@ jobs:
             --interface-type-filter="${{ inputs.network_interface }}" \
             --disable-tui \
             --max-generate-tokens 250 \
+            --chatgpt-api-response-timeout 900 \
             --chatgpt-api-port 52415 > output1.log 2>&1 &
           PID1=$!
           

← 19a27c5b HF_HOME -> EXO_HOME  ·  back to Exo  ·  increase hf download http timeout 15 mins for large download 82f75d0c →