mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-21 01:24:04 +00:00
fix ci
This commit is contained in:
1
.github/workflows/run_chatgpt_examples.yml
vendored
1
.github/workflows/run_chatgpt_examples.yml
vendored
@@ -35,6 +35,7 @@ jobs:
|
||||
|
||||
- name: Install ChatGPT
|
||||
run: |
|
||||
pip install flash-attn --no-build-isolation
|
||||
cd applications/ColossalChat
|
||||
pip install --no-cache-dir -v .
|
||||
pip install --no-cache-dir -r examples/requirements.txt
|
||||
|
1
.github/workflows/run_chatgpt_unit_tests.yml
vendored
1
.github/workflows/run_chatgpt_unit_tests.yml
vendored
@@ -31,6 +31,7 @@ jobs:
|
||||
|
||||
- name: Install ChatGPT
|
||||
run: |
|
||||
pip install flash-attn --no-build-isolation
|
||||
cd applications/ColossalChat
|
||||
pip install -v .
|
||||
pip install pytest
|
||||
|
Reference in New Issue
Block a user