From 3b2a06a5bf5293c7e6876e21765041cf0d73fd6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 16 Jun 2024 07:09:10 +0000 Subject: [PATCH] Update cortex.llamacpp nightly to version 0.1.17-15.06.24 --- 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 2abdfaba9..b99c8159a 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) +set(VERSION 0.1.17-15.06.24) set(ENGINE_VERSION v${VERSION}) add_compile_definitions(CORTEX_LLAMACPP_VERSION="${VERSION}")