Skip to content

Commit 1198e48

Browse files
xzhan34xipingyan
andauthored
Update cmake/features.cmake
Co-authored-by: Xiping Yan <xiping.yan@intel.com>
1 parent 864e7c9 commit 1198e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/features.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ option(ENABLE_TOOLS "Enable tools build" ON)
1111
option(ENABLE_GGUF "Enable support for GGUF format" ON)
1212
option(ENABLE_SAFETENSORS "Enable support for Safetensors format" ON)
1313
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)
14+
option(ENABLE_MODELING_PRIVATE "Enable private submodule: https://github.com/xipingyan/modeling_private.git" OFF)
1515

1616
# Disable building samples for NPM package
1717
if(CPACK_GENERATOR STREQUAL "NPM")

0 commit comments

Comments
 (0)