improve doc string for LLAMA_LLGUIDANCE
This commit is contained in:
parent
59da9696fd
commit
d59d939f9d
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ option(LLAMA_BUILD_SERVER "llama: build server example" ${LLAMA_STANDALONE})
|
|||
|
||||
# 3rd party libs
|
||||
option(LLAMA_CURL "llama: use libcurl to download model from an URL" OFF)
|
||||
option(LLAMA_LLGUIDANCE "llama: build LLGuidance library for structured output" OFF)
|
||||
option(LLAMA_LLGUIDANCE "llama-common: include LLGuidance library for structured output in common utils" OFF)
|
||||
|
||||
# Required for relocatable CMake package
|
||||
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/build-info.cmake)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue