From 9db9892f6311d776c71093e7b80315f3dfc2181a Mon Sep 17 00:00:00 2001 From: Hanks Date: Wed, 13 Aug 2025 16:45:43 +0800 Subject: [PATCH] reduce memory consumption --- .github/workflows/run_chatgpt_unit_tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/run_chatgpt_unit_tests.yml b/.github/workflows/run_chatgpt_unit_tests.yml index 9180ede37..a7862db49 100644 --- a/.github/workflows/run_chatgpt_unit_tests.yml +++ b/.github/workflows/run_chatgpt_unit_tests.yml @@ -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 .