mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-22 09:49:14 +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
|
||||
|
||||
- name: Install ChatGPT
|
||||
env:
|
||||
CFLAGS: "-O0"
|
||||
CXXFLAGS: "-O0"
|
||||
MAX_JOBS: 4
|
||||
run: |
|
||||
cd applications/ColossalChat
|
||||
pip install -v .
|
||||
|
Loading…
Reference in New Issue
Block a user