From a66f0b49d8e67c2f8da2d4b1e50859dd5efa0d41 Mon Sep 17 00:00:00 2001 From: jan-service-account <136811300+jan-service-account@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:50:31 +0700 Subject: [PATCH] Update llama.cpp submodule to latest release b3567 (#184) * Update submodule to latest release b3567 * fix: increase timeout for CIs --------- Co-authored-by: github-actions[bot] Co-authored-by: vansangpfiev --- .github/workflows/build.yml | 4 ++-- .github/workflows/nightly-build.yml | 4 ++-- .github/workflows/template-quality-gate-pr.yml | 2 +- .github/workflows/template-quality-gate-submodule.yml | 2 +- llama.cpp | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 677ac2ea..6212aa00 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,7 @@ jobs: build-and-test: runs-on: ${{ matrix.runs-on }} needs: [create-draft-release] - timeout-minutes: 60 + timeout-minutes: 90 strategy: fail-fast: false matrix: @@ -192,7 +192,7 @@ jobs: - os: "windows" name: "amd64-noavx" runs-on: "windows-2019" - cmake-flags: "-DCORTEXLLAMA_VERSION=${{github.event.pull_request.head.sha}} -DBUILD_SHARED_LIBS=OFF -DGGML_AVX=OFF -DGGML_AVX2=OFF -DGGML_FMA=OFF -DGGML_NATIVE=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -GNinja" + cmake-flags: "-DCORTEXLLAMA_VERSION=${{needs.create-draft-release.outputs.version}} -DBUILD_SHARED_LIBS=OFF -DGGML_AVX=OFF -DGGML_AVX2=OFF -DGGML_FMA=OFF -DGGML_NATIVE=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -GNinja" run-e2e: false vulkan: false sccache: false diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index b47f5e0c..45b66ee0 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -57,7 +57,7 @@ jobs: build-and-test: runs-on: ${{ matrix.runs-on }} needs: [create-draft-release] - timeout-minutes: 60 + timeout-minutes: 90 strategy: matrix: include: @@ -192,7 +192,7 @@ jobs: - os: "windows" name: "amd64-noavx" runs-on: "windows-2019" - cmake-flags: "-DCORTEXLLAMA_VERSION=${{github.event.pull_request.head.sha}} -DBUILD_SHARED_LIBS=OFF -DGGML_AVX=OFF -DGGML_AVX2=OFF -DGGML_FMA=OFF -DGGML_NATIVE=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -GNinja" + cmake-flags: "-DCORTEXLLAMA_VERSION=${{needs.create-draft-release.outputs.version}} -DBUILD_SHARED_LIBS=OFF -DGGML_AVX=OFF -DGGML_AVX2=OFF -DGGML_FMA=OFF -DGGML_NATIVE=OFF -DCMAKE_BUILD_TYPE='Release' -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -GNinja" run-e2e: false vulkan: false sccache: false diff --git a/.github/workflows/template-quality-gate-pr.yml b/.github/workflows/template-quality-gate-pr.yml index 51cc03ec..97e8d986 100644 --- a/.github/workflows/template-quality-gate-pr.yml +++ b/.github/workflows/template-quality-gate-pr.yml @@ -23,7 +23,7 @@ jobs: build-and-test: runs-on: ${{ matrix.runs-on }} if: ${{ ! startsWith(github.head_ref, 'update-submodule') }} - timeout-minutes: 60 + timeout-minutes: 90 strategy: fail-fast: false matrix: diff --git a/.github/workflows/template-quality-gate-submodule.yml b/.github/workflows/template-quality-gate-submodule.yml index 03859ed3..8e99e80f 100644 --- a/.github/workflows/template-quality-gate-submodule.yml +++ b/.github/workflows/template-quality-gate-submodule.yml @@ -23,7 +23,7 @@ jobs: build-and-test: runs-on: ${{ matrix.runs-on }} if: startsWith(github.head_ref, 'update-submodule') - timeout-minutes: 60 + timeout-minutes: 90 strategy: fail-fast: false matrix: diff --git a/llama.cpp b/llama.cpp index be55695e..33309f66 160000 --- a/llama.cpp +++ b/llama.cpp @@ -1 +1 @@ -Subproject commit be55695eff44784a141a863f273661a6bce63dfc +Subproject commit 33309f661a93c9c0ab65a79e5e7e30fa6162992e