mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-18 11:48:53 +00:00
[coati] update ci
This commit is contained in:
parent
1467e3b41b
commit
1c43bfd54e
3
.github/workflows/run_chatgpt_examples.yml
vendored
3
.github/workflows/run_chatgpt_examples.yml
vendored
@ -28,9 +28,8 @@ jobs:
|
||||
- name: Checkout ColossalAI
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install ColossalAI and ChatGPT
|
||||
- name: Install ChatGPT
|
||||
run: |
|
||||
pip install -e .
|
||||
cd applications/Chat
|
||||
pip install -v .
|
||||
pip install -r examples/requirements.txt
|
||||
|
3
.github/workflows/run_chatgpt_unit_tests.yml
vendored
3
.github/workflows/run_chatgpt_unit_tests.yml
vendored
@ -30,9 +30,8 @@ jobs:
|
||||
- name: Checkout ColossalAI
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install ColossalAI and ChatGPT
|
||||
- name: Install ChatGPT
|
||||
run: |
|
||||
pip install -e .
|
||||
cd applications/Chat
|
||||
pip install -v .
|
||||
pip install -r requirements-test.txt
|
||||
|
Loading…
Reference in New Issue
Block a user