bump llguidance to 0.6.12
This commit is contained in:
parent
a049afb401
commit
705758989d
1 changed files with 2 additions and 1 deletions
|
@ -98,7 +98,8 @@ if (LLAMA_LLGUIDANCE)
|
||||||
set(LLGUIDANCE_PATH ${LLGUIDANCE_SRC}/target/release)
|
set(LLGUIDANCE_PATH ${LLGUIDANCE_SRC}/target/release)
|
||||||
ExternalProject_Add(llguidance_ext
|
ExternalProject_Add(llguidance_ext
|
||||||
GIT_REPOSITORY https://github.com/guidance-ai/llguidance
|
GIT_REPOSITORY https://github.com/guidance-ai/llguidance
|
||||||
GIT_TAG 7c96a46ba52a3929fa1e57355e6fb12c5abb78db
|
# v0.6.12:
|
||||||
|
GIT_TAG ced1c9023d47ec194fa977932d35ce65c2ebfc09
|
||||||
PREFIX ${CMAKE_BINARY_DIR}/llguidance
|
PREFIX ${CMAKE_BINARY_DIR}/llguidance
|
||||||
SOURCE_DIR ${LLGUIDANCE_SRC}
|
SOURCE_DIR ${LLGUIDANCE_SRC}
|
||||||
BUILD_IN_SOURCE TRUE
|
BUILD_IN_SOURCE TRUE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue