File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
examples/demo-apps/apple_ios/LLaMA/LLaMA/SupportingFiles
extension/benchmark/apple/Benchmark/Tests Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,7 @@ OTHER_LDFLAGS = $(inherited) \
17
17
HEADER_SEARCH_PATHS = $(inherited) \
18
18
$(SRCROOT)/../../../../.. \
19
19
$(TEMP_DIR)/cmake/include \
20
- $(SRCROOT)/../../../../extension/llm/tokenizers/include \
21
- $(SRCROOT)/../../../../extension/llm/tokenizers/third-party/json/include \
22
- $(SRCROOT)/../../../../extension/llm/tokenizers/third-party/llama.cpp-unicode/include
20
+ $(SRCROOT)/../../../../extension/llm/tokenizers/include
23
21
24
22
LIBRARY_SEARCH_PATHS = $(inherited) \
25
23
$(TEMP_DIR)/cmake/lib
Original file line number Diff line number Diff line change @@ -19,9 +19,7 @@ OTHER_LDFLAGS = $(inherited) \
19
19
HEADER_SEARCH_PATHS = $(inherited) \
20
20
$(SRCROOT)/../../../../.. \
21
21
$(TEMP_DIR)/cmake/include \
22
- $(SRCROOT)/../../../../extension/llm/tokenizers/include \
23
- $(SRCROOT)/../../../../extension/llm/tokenizers/third-party/json/include \
24
- $(SRCROOT)/../../../../extension/llm/tokenizers/third-party/llama.cpp-unicode/include
22
+ $(SRCROOT)/../../../../extension/llm/tokenizers/include
25
23
26
24
LIBRARY_SEARCH_PATHS = $(inherited) \
27
25
$(TEMP_DIR)/cmake/lib
Original file line number Diff line number Diff line change @@ -17,9 +17,7 @@ OTHER_LDFLAGS = $(inherited) \
17
17
HEADER_SEARCH_PATHS = $(inherited) \
18
18
$(SRCROOT)/../../../../.. \
19
19
$(TEMP_DIR)/cmake/include \
20
- $(SRCROOT)/../../../../extension/llm/tokenizers/include \
21
- $(SRCROOT)/../../../../extension/llm/tokenizers/third-party/json/include \
22
- $(SRCROOT)/../../../../extension/llm/tokenizers/third-party/llama.cpp-unicode/include
20
+ $(SRCROOT)/../../../../extension/llm/tokenizers/include
23
21
24
22
LIBRARY_SEARCH_PATHS = $(inherited) \
25
23
$(TEMP_DIR)/cmake/lib
You can’t perform that action at this time.
0 commit comments