mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-05-05 23:18:22 +00:00
[devops] fix chat ci (#3628)
This commit is contained in:
parent
d7bf284706
commit
179558a87a
.github/workflows
4
.github/workflows/run_chatgpt_examples.yml
vendored
4
.github/workflows/run_chatgpt_examples.yml
vendored
@ -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
|
||||
|
16
.github/workflows/run_chatgpt_unit_tests.yml
vendored
16
.github/workflows/run_chatgpt_unit_tests.yml
vendored
@ -4,16 +4,20 @@ on:
|
||||
pull_request:
|
||||
types: [synchronize, opened, reopened]
|
||||
paths:
|
||||
- 'applications/ChatGPT/chatgpt/**'
|
||||
- 'applications/ChatGPT/requirements.txt'
|
||||
- 'applications/ChatGPT/setup.py'
|
||||
- 'applications/ChatGPT/requirements-test.txt'
|
||||
- 'applications/ChatGPT/tests/**'
|
||||
- 'applications/ChatGPT/pytest.ini'
|
||||
- 'applications/Chat/coati/**'
|
||||
- 'applications/Chat/requirements.txt'
|
||||
- 'applications/Chat/setup.py'
|
||||
- 'applications/Chat/requirements-test.txt'
|
||||
- 'applications/Chat/tests/**'
|
||||
- 'applications/Chat/pytest.ini'
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
name: Run ChatGPT unit tests
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user