Skip to content

Commit 9db9892

Browse files
authored
reduce memory consumption
1 parent b6a5f67 commit 9db9892

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run_chatgpt_unit_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
uses: actions/checkout@v2
3131

3232
- name: Install ChatGPT
33+
env:
34+
CFLAGS: "-O0"
35+
CXXFLAGS: "-O0"
36+
MAX_JOBS: 4
3337
run: |
3438
cd applications/ColossalChat
3539
pip install -v .

0 commit comments

Comments
 (0)