We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2d08a commit a403283Copy full SHA for a403283
.github/workflows/release.yml
@@ -37,6 +37,7 @@ env:
37
GPTQMODEL_FORCE_BUILD: 1
38
repo: ${{ github.event.inputs.repo || github.repository }}
39
ref: ${{ github.event.inputs.ref || github.ref }}
40
+ MAX_JOBS: 4
41
42
concurrency:
43
group: ${{ github.event.inputs.ref || github.ref }}-workflow-release
.github/workflows/unit_tests.yml
@@ -34,6 +34,7 @@ on:
34
env:
35
CUDA_DEVICE_ORDER: PCI_BUS_ID
36
CUDA_VISIBLE_DEVICES: 0
ZEN4_SERVER: 10.0.14.199
CPU_TEST_FILES: "test_qbits.py"
IGNORED_TEST_FILES: "test_tgi.py"
0 commit comments