Skip to content

Commit f5199b7

Browse files
committed
Dependencies: Update llama.cpp
79bc429262268ad2ac8a364cfe6c2d6b9c5f008a Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
1 parent 78dd4f3 commit f5199b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endif()
2828
if (DEFINED LLAMACPP_COMMIT)
2929
set(USE_CUSTOM_LLAMA ON)
3030
else()
31-
set(LLAMACPP_COMMIT "e92d53b29e393fc4c0f9f1f7c3fe651be8d36faa")
31+
set(LLAMACPP_COMMIT "79bc429262268ad2ac8a364cfe6c2d6b9c5f008a")
3232
endif()
3333

3434
if (USE_CUSTOM_LLAMA)

0 commit comments

Comments
 (0)