Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ver217 committed Feb 18, 2025
1 parent fe429b9 commit cb95325
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run_chatgpt_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ jobs:

- name: Install Colossal-AI
run: |
BUILD_EXT=1 pip install --no-cache-dir -v -e .
pip install --no-cache-dir -v -e .
- name: Install ChatGPT
run: |
cd applications/ColossalChat
pip install --no-cache-dir -v .
export BUILD_EXT=1
pip install --no-cache-dir -r examples/requirements.txt
- name: Install Transformers
Expand Down

0 comments on commit cb95325

Please sign in to comment.