reduce memory consumption

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

View File

@ -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 .