Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 8e83991

Browse files
authored
bump cortex llamacpp for lla‌ma 3.1 (#941)
1 parent 3a731ec commit 8e83991

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cortex-cpp/engines/cortex.llamacpp/engine.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# cortex.llamacpp release version
2-
set(VERSION 0.1.20-30.06.24)
2+
set(VERSION 0.1.23-29.07.24)
33
# vulka is unstable, we need to use a customized version
4-
set(VULKA_VERSION 0.1.12-25.06.24)
4+
set(VULKA_VERSION 0.1.23-29.07.24)
55

66
set(ENGINE_VERSION v${VERSION})
77
add_compile_definitions(CORTEX_LLAMACPP_VERSION="${VERSION}")
@@ -89,4 +89,4 @@ if(LIBLLAMA_ENGINE_DOWNLOAD_STATUS_NO)
8989
else()
9090
message(STATUS "Linking downloaded pre-built library.")
9191
file(ARCHIVE_EXTRACT INPUT ${CMAKE_BINARY_DIR}/engines/${LIBRARY_NAME} DESTINATION ${CMAKE_BINARY_DIR}/engines/)
92-
endif()
92+
endif()

0 commit comments

Comments
 (0)