From 39296395ed4d5431b8da382e00293f43509c25a8 Mon Sep 17 00:00:00 2001 From: vansangpfiev Date: Fri, 28 Jun 2024 12:17:48 +0700 Subject: [PATCH] chore: cortex.llamacpp to v0.1.20 --- 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 cd2274e32..c4569de14 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.17-19.06.24) +set(VERSION 0.1.20) # vulka is unstable, we need to use a customized version set(VULKA_VERSION 0.1.12-25.06.24)