Browse Source

[NFC] polish .github/workflows/build_gpu_8.yml code style (#1813)

pull/1849/head
Zangwei Zheng 2 years ago committed by binmakeswell
parent
commit
25993db98a
  1. 5
      .github/workflows/build_gpu_8.yml

5
.github/workflows/build_gpu_8.yml

@ -2,7 +2,7 @@ name: Build on 8 GPUs
on:
schedule:
# run at 00:00 of every Sunday
# run at 00:00 of every Sunday
- cron: '0 0 * * *'
workflow_dispatch:
@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v2
with:
ssh-key: ${{ secrets.SSH_KEY_FOR_CI }}
- name: Install Colossal-AI
- name: Install Colossal-AI
run: |
[ ! -z "$(ls -A /github/home/cuda_ext_cache/)" ] && cp -r /github/home/cuda_ext_cache/* /__w/ColossalAI/ColossalAI/
pip install -r requirements/requirements.txt
@ -45,4 +45,3 @@ jobs:
env:
DATA: /data/scratch/cifar-10
LD_LIBRARY_PATH: /github/home/.tensornvme/lib:/usr/local/nvidia/lib:/usr/local/nvidia/lib64
Loading…
Cancel
Save