File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
examples/models/llama2/third-party Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 55
55
[submodule "examples/third-party/LLaVA "]
56
56
path = examples/third-party/LLaVA
57
57
url = https://github.com/haotian-liu/LLaVA.git
58
- [submodule "extension/llm/third-party/re2 "]
59
- path = extension/llm/third-party/re2
60
- url = https://github.com/google/re2.git
61
- [submodule "extension/llm/third-party/abseil-cpp "]
62
- path = extension/llm/third-party/abseil-cpp
63
- url = https://github.com/abseil/abseil-cpp.git
64
58
[submodule "third-party/ios-cmake "]
65
59
path = third-party/ios-cmake
66
60
url = https://github.com/leetal/ios-cmake
67
61
[submodule "examples/models/phi-3-mini/third-party/sentencepiece "]
68
62
path = examples/models/phi-3-mini/third-party/sentencepiece
69
63
url = https://github.com/google/sentencepiece.git
64
+ [submodule "extension/llm/third-party/re2 "]
65
+ path = extension/llm/third-party/re2
66
+ url = https://github.com/google/re2.git
67
+ [submodule "extension/llm/third-party/abseil-cpp "]
68
+ path = extension/llm/third-party/abseil-cpp
69
+ url = https://github.com/abseil/abseil-cpp.git
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ project(tokenizer_test)
17
17
# Use C++17 for test.
18
18
set (CMAKE_CXX_STANDARD 17 )
19
19
20
- set (EXECUTORCH_ROOT ${CMAKE_CURRENT_SOURCE_DIR} /../../../../.. )
20
+ set (EXECUTORCH_ROOT ${CMAKE_CURRENT_SOURCE_DIR} /../../../.. )
21
21
22
22
include (${EXECUTORCH_ROOT} /build/Test.cmake )
23
23
You can’t perform that action at this time.
0 commit comments