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 a049afb commit 7057589Copy full SHA for 7057589
common/CMakeLists.txt
@@ -98,7 +98,8 @@ if (LLAMA_LLGUIDANCE)
98
set(LLGUIDANCE_PATH ${LLGUIDANCE_SRC}/target/release)
99
ExternalProject_Add(llguidance_ext
100
GIT_REPOSITORY https://github.com/guidance-ai/llguidance
101
- GIT_TAG 7c96a46ba52a3929fa1e57355e6fb12c5abb78db
+ # v0.6.12:
102
+ GIT_TAG ced1c9023d47ec194fa977932d35ce65c2ebfc09
103
PREFIX ${CMAKE_BINARY_DIR}/llguidance
104
SOURCE_DIR ${LLGUIDANCE_SRC}
105
BUILD_IN_SOURCE TRUE
0 commit comments