From 7c28a74e0783f4bb74a246fb9f19bf212139e365 Mon Sep 17 00:00:00 2001 From: Helton Reis <47722840+HRKings@users.noreply.github.com> Date: Fri, 9 May 2025 17:15:39 -0300 Subject: [PATCH] chore(llguidance): use tagged version that does not break the build (#13413) --- common/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index ccadb5d1..6b0011e4 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -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