Merge pull request #4541 from ver217/coati/chatglm

[coati] update ci
pull/4542/head
yingliu-hpc 2023-08-30 11:01:41 +08:00 committed by GitHub
commit 661a1ef712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -28,9 +28,8 @@ jobs:
- name: Checkout ColossalAI - name: Checkout ColossalAI
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install ColossalAI and ChatGPT - name: Install ChatGPT
run: | run: |
pip install -e .
cd applications/Chat cd applications/Chat
pip install -v . pip install -v .
pip install -r examples/requirements.txt pip install -r examples/requirements.txt

View File

@ -30,9 +30,8 @@ jobs:
- name: Checkout ColossalAI - name: Checkout ColossalAI
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install ColossalAI and ChatGPT - name: Install ChatGPT
run: | run: |
pip install -e .
cd applications/Chat cd applications/Chat
pip install -v . pip install -v .
pip install -r requirements-test.txt pip install -r requirements-test.txt