aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2023-07-07 21:23:57 +0300
committerGitHub <noreply@github.com>2023-07-07 21:23:57 +0300
commita7e20edf2266169ccd97a4eb949a593d628fbd64 (patch)
treeecd10ac66af4e4120a1e3197f4418ad4f7e78f5e
parent1d656d6360359cfdaaf5d64ed9690047b600dbcb (diff)
ci : switch threads to 1 (#2138)
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a576139..f6a2dd6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -19,6 +19,7 @@ env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
GGML_NLOOP: 3
GGML_NITER: 1
+ GGML_N_THREADS: 1
jobs:
ubuntu-focal-make: