From: Georgi Gerganov Date: Mon, 19 Jun 2023 18:28:16 +0000 (+0300) Subject: ci : reduce GGML_NLOOP to 3 X-Git-Tag: upstream/0.0.1642~1398 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=0a63fc0f6cb1915d1fa5c62c8f0f018d072253c9;p=pkg%2Fggml%2Fsources%2Fggml ci : reduce GGML_NLOOP to 3 --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a4b9351..070783c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} env: - GGML_NLOOP: 35 + GGML_NLOOP: 3 GGML_NITER: 1 steps: @@ -43,4 +43,4 @@ jobs: - name: Test working-directory: ./build - run: ctest --verbose --timeout 900 \ No newline at end of file + run: ctest --verbose --timeout 900