]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
ci : reduce GGML_NLOOP to 3
authorGeorgi Gerganov <redacted>
Mon, 19 Jun 2023 18:28:16 +0000 (21:28 +0300)
committerGeorgi Gerganov <redacted>
Mon, 19 Jun 2023 18:28:16 +0000 (21:28 +0300)
.github/workflows/ci.yml

index 7a4b9351e983ff20c69f9d529fc071c48f615e6c..070783c9437b4e046b2ace3c1cfdb82d8e57df82 100644 (file)
@@ -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