diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-07-07 21:23:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-07 21:23:57 +0300 |
commit | a7e20edf2266169ccd97a4eb949a593d628fbd64 (patch) | |
tree | ecd10ac66af4e4120a1e3197f4418ad4f7e78f5e /.github/workflows | |
parent | 1d656d6360359cfdaaf5d64ed9690047b600dbcb (diff) |
ci : switch threads to 1 (#2138)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 1 |
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: |