From 3e0be1cacef290c99cbb99ceaa433b4344f87355 Mon Sep 17 00:00:00 2001 From: Z Date: Fri, 16 May 2025 14:56:28 -0600 Subject: [PATCH] llguidance : official v0.7.20 release (no actual changes) [noci] (#13594) --- common/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index db5d4094..a7ff3ac1 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -121,8 +121,8 @@ if (LLAMA_LLGUIDANCE) ExternalProject_Add(llguidance_ext GIT_REPOSITORY https://github.com/guidance-ai/llguidance - # v0.7.19 (+ fancy-regex build fix): - GIT_TAG b59f98f85269892a7de3d3641ad155366f13daa6 + # v0.7.20 (+ fix to build on GCC 15): + GIT_TAG b5b8b64dba11c4e4ee6b1d1450d3a3ae279891e8 PREFIX ${CMAKE_BINARY_DIR}/llguidance SOURCE_DIR ${LLGUIDANCE_SRC} BUILD_IN_SOURCE TRUE