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

* temporary fix for CI

* timeout to 90
pull/5744/head
Yuanheng Zhao 2024-05-21 18:20:57 +08:00 committed by GitHub
parent c06208e72c
commit c2c8c9cf17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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