mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-17 23:46:52 +00:00
Update timeout
This commit is contained in:
parent
c83dc66645
commit
94e972fda6
6
.github/workflows/run_chatgpt_examples.yml
vendored
6
.github/workflows/run_chatgpt_examples.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user