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 62ce99a commit 2cf6aaeCopy full SHA for 2cf6aae
examples/models/llama2/runner/CMakeLists.txt
@@ -43,7 +43,7 @@ target_include_directories(
43
44
if(EXECUTORCH_USE_TIKTOKEN)
45
list(APPEND _llama_runner__srcs
46
- ${CMAKE_CURRENT_SOURCE_DIR}/../tokenizer/tiktoken.cpp
+ ${CMAKE_CURRENT_SOURCE_DIR}/../tokenizer/tiktoken.cpp
47
)
48
49
${CMAKE_CURRENT_SOURCE_DIR}/../tokenizer/llama_tiktoken.cpp
0 commit comments