Skip to content

Commit a403283

Browse files
[CI] set ninja threads to 4 (#487)
* [CI] set MAX_JOBS * [CI] set max jobs for ninja
1 parent 5c2d08a commit a403283

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ env:
3737
GPTQMODEL_FORCE_BUILD: 1
3838
repo: ${{ github.event.inputs.repo || github.repository }}
3939
ref: ${{ github.event.inputs.ref || github.ref }}
40+
MAX_JOBS: 4
4041

4142
concurrency:
4243
group: ${{ github.event.inputs.ref || github.ref }}-workflow-release

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ on:
3434
env:
3535
CUDA_DEVICE_ORDER: PCI_BUS_ID
3636
CUDA_VISIBLE_DEVICES: 0
37+
MAX_JOBS: 4
3738
ZEN4_SERVER: 10.0.14.199
3839
CPU_TEST_FILES: "test_qbits.py"
3940
IGNORED_TEST_FILES: "test_tgi.py"

0 commit comments

Comments
 (0)