Skip to content

Commit b6a5f67

Browse files
authored
reduce memory consumption
1 parent 08a1244 commit b6a5f67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run_chatgpt_examples.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
pip install --no-cache-dir -v -e .
3535
3636
- name: Install ChatGPT
37+
env:
38+
CFLAGS: "-O0"
39+
CXXFLAGS: "-O0"
40+
MAX_JOBS: 4
3741
run: |
3842
cd applications/ColossalChat
3943
pip install --no-cache-dir -v .

0 commit comments

Comments
 (0)