Skip to content

Commit 94e972f

Browse files
authored
Update timeout
1 parent c83dc66 commit 94e972f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_chatgpt_examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
container:
2222
image: image-cloud.luchentech.com/hpcaitech/pytorch-cuda:2.2.2-12.1.0
2323
options: --gpus all --rm -v /data/scratch/examples-data:/data/scratch/examples-data --shm-size=10.24gb
24-
timeout-minutes: 60
24+
timeout-minutes: 180
2525
defaults:
2626
run:
2727
shell: bash
@@ -35,8 +35,8 @@ jobs:
3535
3636
- name: Install ChatGPT
3737
env:
38-
CFLAGS: "-O0"
39-
CXXFLAGS: "-O0"
38+
CFLAGS: "-O1"
39+
CXXFLAGS: "-O1"
4040
MAX_JOBS: 4
4141
run: |
4242
cd applications/ColossalChat

0 commit comments

Comments
 (0)