From 8024cfd20848d1faaff818fb1fb4a5d935c1d783 Mon Sep 17 00:00:00 2001 From: Yuanheng Zhao Date: Tue, 21 May 2024 06:10:03 +0000 Subject: [PATCH 1/2] temporary fix for CI --- .github/workflows/build_on_pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_on_pr.yml b/.github/workflows/build_on_pr.yml index 37f39ec958a4..0e8a23cc085d 100644 --- a/.github/workflows/build_on_pr.yml +++ b/.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: 80 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 From d473e4b85c351213e1ec68c77d91c74e5f47a9dd Mon Sep 17 00:00:00 2001 From: Yuanheng Zhao Date: Tue, 21 May 2024 07:40:35 +0000 Subject: [PATCH 2/2] timeout to 90 --- .github/workflows/build_on_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_on_pr.yml b/.github/workflows/build_on_pr.yml index 0e8a23cc085d..0c3a55905764 100644 --- a/.github/workflows/build_on_pr.yml +++ b/.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: 80 + timeout-minutes: 90 defaults: run: shell: bash