Unverified Commit 661a1ef7 authored by yingliu-hpc's avatar yingliu-hpc Committed by GitHub
Browse files

Merge pull request #4541 from ver217/coati/chatglm

[coati] update ci
parents 1467e3b4 1c43bfd5
...@@ -28,9 +28,8 @@ jobs: ...@@ -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
......
...@@ -30,9 +30,8 @@ jobs: ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment