mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-06-27 20:05:20 +00:00
chore(llguidance): use tagged version that does not break the build (#13413)
This commit is contained in:
@ -119,8 +119,8 @@ if (LLAMA_LLGUIDANCE)
|
|||||||
|
|
||||||
ExternalProject_Add(llguidance_ext
|
ExternalProject_Add(llguidance_ext
|
||||||
GIT_REPOSITORY https://github.com/guidance-ai/llguidance
|
GIT_REPOSITORY https://github.com/guidance-ai/llguidance
|
||||||
# v0.7.10:
|
# v0.7.19 (+ fancy-regex build fix):
|
||||||
GIT_TAG 0309d2a6bf40abda35344a362edc71e06d5009f8
|
GIT_TAG b59f98f85269892a7de3d3641ad155366f13daa6
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user