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 6aa892e commit 3e0be1cCopy full SHA for 3e0be1c
common/CMakeLists.txt
@@ -121,8 +121,8 @@ if (LLAMA_LLGUIDANCE)
121
122
ExternalProject_Add(llguidance_ext
123
GIT_REPOSITORY https://github.com/guidance-ai/llguidance
124
- # v0.7.19 (+ fancy-regex build fix):
125
- GIT_TAG b59f98f85269892a7de3d3641ad155366f13daa6
+ # v0.7.20 (+ fix to build on GCC 15):
+ GIT_TAG b5b8b64dba11c4e4ee6b1d1450d3a3ae279891e8
126
PREFIX ${CMAKE_BINARY_DIR}/llguidance
127
SOURCE_DIR ${LLGUIDANCE_SRC}
128
BUILD_IN_SOURCE TRUE
0 commit comments