Skip to content

Commit 5cc0c02

Browse files
authored
Increase MAX_JOBS from 4 to 8 in release.yml (#2241)
1 parent 3f60437 commit 5cc0c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ env:
7070
GPTQMODEL_FORCE_BUILD: 1
7171
repo: ${{ github.event.inputs.repo || github.repository }}
7272
ref: ${{ github.event.inputs.ref || github.ref }}
73-
MAX_JOBS: 4
73+
MAX_JOBS: 8
7474
GPTQMODEL_BUILD_QQQ: 0
7575
GPTQMODEL_BUILD_EORA: 0
7676
GPTQMODEL_BUILD_EXLLAMA_V1: 0

0 commit comments

Comments
 (0)