reduce memory consumption

This commit is contained in:
Hanks
2025-08-13 16:37:49 +08:00
committed by GitHub
parent 08a1244ef1
commit b6a5f678cd

View File

@@ -34,6 +34,10 @@ jobs:
pip install --no-cache-dir -v -e .
- name: Install ChatGPT
env:
CFLAGS: "-O0"
CXXFLAGS: "-O0"
MAX_JOBS: 4
run: |
cd applications/ColossalChat
pip install --no-cache-dir -v .