reduce memory consumption

This commit is contained in:
Hanks 2025-08-13 16:37:49 +08:00 committed by GitHub
parent 08a1244ef1
commit b6a5f678cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 .