mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-01 09:07:51 +00:00
[gemini] accelerate inference (#3641)
* [gemini] support don't scatter after inference * [chat] update colossalai strategy * [chat] fix opt benchmark * [chat] update opt benchmark * [gemini] optimize inference * [test] add gemini inference test * [chat] fix unit test ci * [chat] fix ci * [chat] fix ci * [chat] skip checkpoint test
This commit is contained in:
6
.github/workflows/run_chatgpt_unit_tests.yml
vendored
6
.github/workflows/run_chatgpt_unit_tests.yml
vendored
@@ -32,14 +32,14 @@ jobs:
|
||||
|
||||
- name: Install ColossalAI and ChatGPT
|
||||
run: |
|
||||
pip install -v .
|
||||
cd applications/ChatGPT
|
||||
pip install -e .
|
||||
cd applications/Chat
|
||||
pip install -v .
|
||||
pip install -r requirements-test.txt
|
||||
|
||||
- name: Execute Unit Testing
|
||||
run: |
|
||||
cd applications/ChatGPT
|
||||
cd applications/Chat
|
||||
rm -rf ~/.cache/colossalai
|
||||
pytest tests/
|
||||
env:
|
||||
|
Reference in New Issue
Block a user