Merge pull request #4542 from hpcaitech/chatglm

[coati] Add chatglm in coati
This commit is contained in:
yingliu-hpc
2023-09-04 16:09:45 +08:00
committed by GitHub
15 changed files with 2165 additions and 42 deletions

View File

@@ -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

View File

@@ -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