From 94e972fda6e6901de81cb4dadf6afbf68b04b43b Mon Sep 17 00:00:00 2001 From: Hanks Date: Thu, 14 Aug 2025 09:42:21 +0800 Subject: [PATCH] Update timeout --- .github/workflows/run_chatgpt_examples.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_chatgpt_examples.yml b/.github/workflows/run_chatgpt_examples.yml index b8ce726fd..119482536 100644 --- a/.github/workflows/run_chatgpt_examples.yml +++ b/.github/workflows/run_chatgpt_examples.yml @@ -21,7 +21,7 @@ jobs: container: image: image-cloud.luchentech.com/hpcaitech/pytorch-cuda:2.2.2-12.1.0 options: --gpus all --rm -v /data/scratch/examples-data:/data/scratch/examples-data --shm-size=10.24gb - timeout-minutes: 60 + timeout-minutes: 180 defaults: run: shell: bash @@ -35,8 +35,8 @@ jobs: - name: Install ChatGPT env: - CFLAGS: "-O0" - CXXFLAGS: "-O0" + CFLAGS: "-O1" + CXXFLAGS: "-O1" MAX_JOBS: 4 run: | cd applications/ColossalChat