Skip to content

Commit

Permalink
chore: cortex.llamacpp to version 0.1.12 (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
vansangpfiev authored May 29, 2024
1 parent 50abbea commit c086432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cortex-cpp-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cortex-cpp/engines/cortex.llamacpp/engine.cmake
Original file line number Diff line number Diff line change
@@ -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}")

Expand Down

0 comments on commit c086432

Please sign in to comment.