Skip to content

Commit c83dc66

Browse files
authored
Update timeout
1 parent 9db9892 commit c83dc66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_chatgpt_unit_tests.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
24-
timeout-minutes: 30
24+
timeout-minutes: 180
2525
defaults:
2626
run:
2727
shell: bash
@@ -31,8 +31,8 @@ jobs:
3131

3232
- name: Install ChatGPT
3333
env:
34-
CFLAGS: "-O0"
35-
CXXFLAGS: "-O0"
34+
CFLAGS: "-O1"
35+
CXXFLAGS: "-O1"
3636
MAX_JOBS: 4
3737
run: |
3838
cd applications/ColossalChat

0 commit comments

Comments
 (0)