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 6e37a0b commit f70a37aCopy full SHA for f70a37a
3rdparty/tvm
CMakeLists.txt
@@ -71,7 +71,7 @@ add_subdirectory(${TOKENZIER_CPP_PATH} tokenizers EXCLUDE_FROM_ALL)
71
set(XGRAMMAR_PATH 3rdparty/xgrammar)
72
tvm_file_glob(GLOB_RECURSE MLC_LLM_SRCS cpp/*.cc)
73
tvm_file_glob(GLOB_RECURSE XGRAMMAR_SRCS ${XGRAMMAR_PATH}/cpp/*.cc)
74
-list(FILTER XGRAMMAR_SRCS EXCLUDE REGEX "${XGRAMMAR_PATH}/cpp/pybind/.*\\.cc")
+list(FILTER XGRAMMAR_SRCS EXCLUDE REGEX "${XGRAMMAR_PATH}/cpp/nanobind/.*\\.cc")
75
list(APPEND MLC_LLM_SRCS ${XGRAMMAR_SRCS})
76
add_library(mlc_llm_objs OBJECT ${MLC_LLM_SRCS})
77
0 commit comments