]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
chore(llguidance): use tagged version that does not break the build (#13413)
authorHelton Reis <redacted>
Fri, 9 May 2025 20:15:39 +0000 (17:15 -0300)
committerGitHub <redacted>
Fri, 9 May 2025 20:15:39 +0000 (23:15 +0300)
common/CMakeLists.txt

index ccadb5d1d016f0992b193a5601193bd68bafc3a3..6b0011e4df84e25e583036e0eaf99de4f56e5f83 100644 (file)
@@ -119,8 +119,8 @@ if (LLAMA_LLGUIDANCE)
 
     ExternalProject_Add(llguidance_ext
         GIT_REPOSITORY https://github.com/guidance-ai/llguidance
-        # v0.7.10:
-        GIT_TAG 0309d2a6bf40abda35344a362edc71e06d5009f8
+        # v0.7.19 (+ fancy-regex build fix):
+        GIT_TAG b59f98f85269892a7de3d3641ad155366f13daa6
         PREFIX ${CMAKE_BINARY_DIR}/llguidance
         SOURCE_DIR ${LLGUIDANCE_SRC}
         BUILD_IN_SOURCE TRUE