We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864e7c9 commit 1198e48Copy full SHA for 1198e48
cmake/features.cmake
@@ -11,7 +11,7 @@ option(ENABLE_TOOLS "Enable tools build" ON)
11
option(ENABLE_GGUF "Enable support for GGUF format" ON)
12
option(ENABLE_SAFETENSORS "Enable support for Safetensors format" ON)
13
option(ENABLE_XGRAMMAR "Enable support for structured output generation with xgrammar backend" ON)
14
-option(ENABLE_MODELING_PRIVATE "Enable support for private models features" OFF)
+option(ENABLE_MODELING_PRIVATE "Enable private submodule: https://github.com/xipingyan/modeling_private.git" OFF)
15
16
# Disable building samples for NPM package
17
if(CPACK_GENERATOR STREQUAL "NPM")
0 commit comments