We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33eff40 commit 7c28a74Copy full SHA for 7c28a74
common/CMakeLists.txt
@@ -119,8 +119,8 @@ if (LLAMA_LLGUIDANCE)
119
120
ExternalProject_Add(llguidance_ext
121
GIT_REPOSITORY https://github.com/guidance-ai/llguidance
122
- # v0.7.10:
123
- GIT_TAG 0309d2a6bf40abda35344a362edc71e06d5009f8
+ # v0.7.19 (+ fancy-regex build fix):
+ GIT_TAG b59f98f85269892a7de3d3641ad155366f13daa6
124
PREFIX ${CMAKE_BINARY_DIR}/llguidance
125
SOURCE_DIR ${LLGUIDANCE_SRC}
126
BUILD_IN_SOURCE TRUE
0 commit comments