From 04ac51e9febf040a68248c26290bae419119db69 Mon Sep 17 00:00:00 2001 From: vansangpfiev Date: Wed, 22 May 2024 16:37:10 +0700 Subject: [PATCH] chore: cortex.llamacpp to v0.1.8 --- 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 3d543ae11..7bb298904 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.6) +set(VERSION 0.1.8) set(ENGINE_VERSION v${VERSION}) add_compile_definitions(CORTEX_LLAMACPP_VERSION="${VERSION}")