mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-23 02:06:35 +00:00
reduce memory consumption
This commit is contained in:
parent
b6a5f678cd
commit
9db9892f63
4
.github/workflows/run_chatgpt_unit_tests.yml
vendored
4
.github/workflows/run_chatgpt_unit_tests.yml
vendored
@ -30,6 +30,10 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install ChatGPT
|
- name: Install ChatGPT
|
||||||
|
env:
|
||||||
|
CFLAGS: "-O0"
|
||||||
|
CXXFLAGS: "-O0"
|
||||||
|
MAX_JOBS: 4
|
||||||
run: |
|
run: |
|
||||||
cd applications/ColossalChat
|
cd applications/ColossalChat
|
||||||
pip install -v .
|
pip install -v .
|
||||||
|
Loading…
Reference in New Issue
Block a user