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 59da969 commit d59d939Copy full SHA for d59d939
CMakeLists.txt
@@ -79,7 +79,7 @@ option(LLAMA_BUILD_SERVER "llama: build server example" ${LLAMA_STANDALONE})
79
80
# 3rd party libs
81
option(LLAMA_CURL "llama: use libcurl to download model from an URL" OFF)
82
-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)
83
84
# Required for relocatable CMake package
85
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/build-info.cmake)
0 commit comments