From: Georgi Gerganov Date: Fri, 7 Jul 2023 18:23:57 +0000 (+0300) Subject: ci : switch threads to 1 (#2138) X-Git-Tag: gguf-v0.4.0~502 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=a7e20edf2266169ccd97a4eb949a593d628fbd64;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : switch threads to 1 (#2138) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a576139e..f6a2dd6d 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: