From 710797a6793569ce9ba6eb5424819483d5ebe5bb Mon Sep 17 00:00:00 2001 From: Van Pham <64197333+Van-QA@users.noreply.github.com> Date: Tue, 30 Jul 2024 10:14:01 +0700 Subject: [PATCH 1/2] =?UTF-8?q?bump=20cortex=20llamacpp=20for=20lla?= =?UTF-8?q?=E2=80=8Cma=203.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cortex-cpp/engines/cortex.llamacpp/engine.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cortex-cpp/engines/cortex.llamacpp/engine.cmake b/cortex-cpp/engines/cortex.llamacpp/engine.cmake index 3a925d2ac..1bea1fd2f 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-30.06.24) +set(VERSION 0.1.23-29.07.24) # vulka is unstable, we need to use a customized version set(VULKA_VERSION 0.1.12-25.06.24) @@ -89,4 +89,4 @@ if(LIBLLAMA_ENGINE_DOWNLOAD_STATUS_NO) else() message(STATUS "Linking downloaded pre-built library.") file(ARCHIVE_EXTRACT INPUT ${CMAKE_BINARY_DIR}/engines/${LIBRARY_NAME} DESTINATION ${CMAKE_BINARY_DIR}/engines/) -endif() \ No newline at end of file +endif() From 81da09cd576e9e76ddf7a6396cef560490f13198 Mon Sep 17 00:00:00 2001 From: Van Pham <64197333+Van-QA@users.noreply.github.com> Date: Tue, 30 Jul 2024 10:48:07 +0700 Subject: [PATCH 2/2] Update engine.cmake --- 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 1bea1fd2f..f724a1963 100644 --- a/cortex-cpp/engines/cortex.llamacpp/engine.cmake +++ b/cortex-cpp/engines/cortex.llamacpp/engine.cmake @@ -1,7 +1,7 @@ # cortex.llamacpp release version set(VERSION 0.1.23-29.07.24) # vulka is unstable, we need to use a customized version -set(VULKA_VERSION 0.1.12-25.06.24) +set(VULKA_VERSION 0.1.23-29.07.24) set(ENGINE_VERSION v${VERSION}) add_compile_definitions(CORTEX_LLAMACPP_VERSION="${VERSION}")