[devops] fix chat ci (#3628)

This commit is contained in:
Hongxin Liu
2023-04-24 10:55:14 +08:00
committed by GitHub
parent d7bf284706
commit 179558a87a
2 changed files with 14 additions and 6 deletions

View File

@@ -13,6 +13,10 @@ on:
jobs:
tests:
name: Run ChatGPT examples
if: |
github.event.pull_request.draft == false &&
github.base_ref == 'main' &&
github.event.pull_request.base.repo.full_name == 'hpcaitech/ColossalAI'
runs-on: [self-hosted, gpu]
container:
image: hpcaitech/pytorch-cuda:1.12.0-11.3.0