mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-18 16:07:17 +00:00
reduce memory consumption
This commit is contained in:
parent
08a1244ef1
commit
b6a5f678cd
4
.github/workflows/run_chatgpt_examples.yml
vendored
4
.github/workflows/run_chatgpt_examples.yml
vendored
@ -34,6 +34,10 @@ jobs:
|
|||||||
pip install --no-cache-dir -v -e .
|
pip install --no-cache-dir -v -e .
|
||||||
|
|
||||||
- name: Install ChatGPT
|
- name: Install ChatGPT
|
||||||
|
env:
|
||||||
|
CFLAGS: "-O0"
|
||||||
|
CXXFLAGS: "-O0"
|
||||||
|
MAX_JOBS: 4
|
||||||
run: |
|
run: |
|
||||||
cd applications/ColossalChat
|
cd applications/ColossalChat
|
||||||
pip install --no-cache-dir -v .
|
pip install --no-cache-dir -v .
|
||||||
|
Loading…
Reference in New Issue
Block a user