From 4eba4982b8aca5d24824ab5718347bbfad8e3033 Mon Sep 17 00:00:00 2001 From: vansangpfiev Date: Fri, 17 May 2024 18:04:50 +0700 Subject: [PATCH] chore: cortex llama.cpp to version 0.1.5 (#586) --- 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 635fb9945..d04fbea33 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.4) +set(VERSION 0.1.5) set(ENGINE_VERSION v${VERSION}) add_compile_definitions(CORTEX_LLAMACPP_VERSION="${VERSION}")