Skip to content

Commit

Permalink
[ci] Temporary fix for build on pr (#5741)
Browse files Browse the repository at this point in the history
* temporary fix for CI

* timeout to 90
  • Loading branch information
yuanheng-zhao authored May 21, 2024
1 parent c06208e commit c2c8c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
container:
image: hpcaitech/pytorch-cuda:2.1.0-12.1.0
options: --gpus all --rm -v /dev/shm -v /data/scratch/llama-tiny:/data/scratch/llama-tiny
timeout-minutes: 75
timeout-minutes: 90
defaults:
run:
shell: bash
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Install Colossal-AI
run: |
pip install -v -e .
BUILD_EXT=1 pip install -v -e .
pip install -r requirements/requirements-test.txt
- name: Store Colossal-AI Cache
Expand Down

0 comments on commit c2c8c9c

Please sign in to comment.