Skip to content

Commit f9a867f

Browse files
authored
cmake : bump llguidance version to v1.0.1 (#14609)
1 parent ac44eb6 commit f9a867f

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
@@ -112,8 +112,8 @@ if (LLAMA_LLGUIDANCE)
112112

113113
ExternalProject_Add(llguidance_ext
114114
GIT_REPOSITORY https://github.com/guidance-ai/llguidance
115-
# v0.7.20 (+ fix to build on GCC 15):
116-
GIT_TAG b5b8b64dba11c4e4ee6b1d1450d3a3ae279891e8
115+
# v1.0.1:
116+
GIT_TAG d795912fedc7d393de740177ea9ea761e7905774
117117
PREFIX ${CMAKE_BINARY_DIR}/llguidance
118118
SOURCE_DIR ${LLGUIDANCE_SRC}
119119
BUILD_IN_SOURCE TRUE

0 commit comments

Comments
 (0)