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 ac44eb6 commit f9a867fCopy full SHA for f9a867f
common/CMakeLists.txt
@@ -112,8 +112,8 @@ if (LLAMA_LLGUIDANCE)
112
113
ExternalProject_Add(llguidance_ext
114
GIT_REPOSITORY https://github.com/guidance-ai/llguidance
115
- # v0.7.20 (+ fix to build on GCC 15):
116
- GIT_TAG b5b8b64dba11c4e4ee6b1d1450d3a3ae279891e8
+ # v1.0.1:
+ GIT_TAG d795912fedc7d393de740177ea9ea761e7905774
117
PREFIX ${CMAKE_BINARY_DIR}/llguidance
118
SOURCE_DIR ${LLGUIDANCE_SRC}
119
BUILD_IN_SOURCE TRUE
0 commit comments