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 8f0c532 commit 846951eCopy full SHA for 846951e
examples/qualcomm/CMakeLists.txt
@@ -68,6 +68,8 @@ target_include_directories(
68
${_common_include_directories}
69
${CMAKE_CURRENT_SOURCE_DIR}/../../extension/llm/tokenizers/include
70
${CMAKE_CURRENT_SOURCE_DIR}/../../extension/llm/tokenizers/third-party/json/single_include
71
+ ${CMAKE_CURRENT_SOURCE_DIR}/../../extension/llm/tokenizers/third-party/llama.cpp-unicode/include
72
+ ${CMAKE_CURRENT_SOURCE_DIR}/../../extension/llm/tokenizers/third-party/llama.cpp-unicode/src
73
)
74
75
# find RE2 for tokenizer
0 commit comments