From 9a115ba7a06f779c7c0e82a87612b7b8ba73c58d Mon Sep 17 00:00:00 2001 From: vansangpfiev Date: Fri, 24 May 2024 11:53:52 +0700 Subject: [PATCH] chore: cortex.llamacpp to version 0.1.10 (#609) --- cortex-cpp/engines/cortex.llamacpp/engine.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cortex-cpp/engines/cortex.llamacpp/engine.cmake b/cortex-cpp/engines/cortex.llamacpp/engine.cmake index 7bb298904..c293311ef 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.8) +set(VERSION 0.1.10) set(ENGINE_VERSION v${VERSION}) add_compile_definitions(CORTEX_LLAMACPP_VERSION="${VERSION}")