From c086432ead6b9d064a365d771cf9b657ff46c246 Mon Sep 17 00:00:00 2001 From: vansangpfiev Date: Wed, 29 May 2024 18:58:44 +0700 Subject: [PATCH] chore: cortex.llamacpp to version 0.1.12 (#628) --- .github/workflows/cortex-cpp-build.yml | 2 +- cortex-cpp/engines/cortex.llamacpp/engine.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cortex-cpp-build.yml b/.github/workflows/cortex-cpp-build.yml index f49757324..01227dc89 100644 --- a/.github/workflows/cortex-cpp-build.yml +++ b/.github/workflows/cortex-cpp-build.yml @@ -93,7 +93,7 @@ jobs: name: "arm64" runs-on: "macos-latest" cmake-flags: "-DMAC_ARM64=ON" - run-e2e: true + run-e2e: false - os: "windows" name: "amd64-avx2" diff --git a/cortex-cpp/engines/cortex.llamacpp/engine.cmake b/cortex-cpp/engines/cortex.llamacpp/engine.cmake index 4d1eb9e8d..c0661b466 100644 --- a/cortex-cpp/engines/cortex.llamacpp/engine.cmake +++ b/cortex-cpp/engines/cortex.llamacpp/engine.cmake @@ -1,5 +1,5 @@ # cortex.llamacpp release version -set(VERSION 0.1.11) +set(VERSION 0.1.12) set(ENGINE_VERSION v${VERSION}) add_compile_definitions(CORTEX_LLAMACPP_VERSION="${VERSION}")