Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit c086432

Browse files
authored
chore: cortex.llamacpp to version 0.1.12 (#628)
1 parent 50abbea commit c086432

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cortex-cpp-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
name: "arm64"
9494
runs-on: "macos-latest"
9595
cmake-flags: "-DMAC_ARM64=ON"
96-
run-e2e: true
96+
run-e2e: false
9797

9898
- os: "windows"
9999
name: "amd64-avx2"

cortex-cpp/engines/cortex.llamacpp/engine.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# cortex.llamacpp release version
2-
set(VERSION 0.1.11)
2+
set(VERSION 0.1.12)
33
set(ENGINE_VERSION v${VERSION})
44
add_compile_definitions(CORTEX_LLAMACPP_VERSION="${VERSION}")
55

0 commit comments

Comments
 (0)