Browse Source

[ci] Temporary fix for build on pr (#5741)

* temporary fix for CI

* timeout to 90
pull/5744/head
Yuanheng Zhao 6 months ago committed by GitHub
parent
commit
c2c8c9cf17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/build_on_pr.yml

4
.github/workflows/build_on_pr.yml

@ -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
@ -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

Loading…
Cancel
Save