Skip to content

Commit 7c28a74

Browse files
authored
chore(llguidance): use tagged version that does not break the build (#13413)
1 parent 33eff40 commit 7c28a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ if (LLAMA_LLGUIDANCE)
119119

120120
ExternalProject_Add(llguidance_ext
121121
GIT_REPOSITORY https://github.com/guidance-ai/llguidance
122-
# v0.7.10:
123-
GIT_TAG 0309d2a6bf40abda35344a362edc71e06d5009f8
122+
# v0.7.19 (+ fancy-regex build fix):
123+
GIT_TAG b59f98f85269892a7de3d3641ad155366f13daa6
124124
PREFIX ${CMAKE_BINARY_DIR}/llguidance
125125
SOURCE_DIR ${LLGUIDANCE_SRC}
126126
BUILD_IN_SOURCE TRUE

0 commit comments

Comments
 (0)