From 0c36428077a4e6789d396c69e0d6ad09d8ae805f Mon Sep 17 00:00:00 2001 From: vansangpfiev Date: Mon, 1 Jul 2024 09:43:16 +0700 Subject: [PATCH] chore: cortex.llamacpp to nightly version 0.1.20-30.06.24 (#802) Co-authored-by: vansangpfiev --- 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 c4569de14..3a925d2ac 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.20) +set(VERSION 0.1.20-30.06.24) # vulka is unstable, we need to use a customized version set(VULKA_VERSION 0.1.12-25.06.24)