mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-19 08:27:23 +00:00
Update timeout
This commit is contained in:
parent
9db9892f63
commit
c83dc66645
6
.github/workflows/run_chatgpt_unit_tests.yml
vendored
6
.github/workflows/run_chatgpt_unit_tests.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: image-cloud.luchentech.com/hpcaitech/pytorch-cuda:2.2.2-12.1.0
|
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
|
options: --gpus all --rm -v /data/scratch/examples-data:/data/scratch/examples-data
|
||||||
timeout-minutes: 30
|
timeout-minutes: 180
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
@ -31,8 +31,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install ChatGPT
|
- name: Install ChatGPT
|
||||||
env:
|
env:
|
||||||
CFLAGS: "-O0"
|
CFLAGS: "-O1"
|
||||||
CXXFLAGS: "-O0"
|
CXXFLAGS: "-O1"
|
||||||
MAX_JOBS: 4
|
MAX_JOBS: 4
|
||||||
run: |
|
run: |
|
||||||
cd applications/ColossalChat
|
cd applications/ColossalChat
|
||||||
|
Loading…
Reference in New Issue
Block a user