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 285713d commit ff75661Copy full SHA for ff75661
CMakeLists.txt
@@ -84,7 +84,7 @@ option(LLAMA_BUILD_EXAMPLES "llama: build examples" ${LLAMA_STANDALONE})
84
option(LLAMA_BUILD_SERVER "llama: build server example" ${LLAMA_STANDALONE})
85
86
# specific extras
87
-option(LLAMA_MTMD "llama: multimodal support" OFF)
+option(LLAMA_MTMD "llama: multimodal support" ${LLAMA_BUILD_TOOLS})
88
89
# 3rd party libs
90
option(LLAMA_CURL "llama: use libcurl to download model from an URL" ON)
0 commit comments