Skip to content

Commit 16fd135

Browse files
committed
llama doc update
1 parent 060cda3 commit 16fd135

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

examples/models/llama/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,3 +544,22 @@ clang: error: linker command failed with exit code 1 (use -v to see invocation)
544544
```
545545
It's a known issue for Xcode version 15.1.
546546
Mitigation: update to most recent Xcode version, clean and rebuild.
547+
548+
- If you encounter issues with missing abseil-cpp or re2, try running `git submodule update --init --recursive` to pull in those submodules.
549+
Example error:
550+
```
551+
CMake Error at runner/CMakeLists.txt:68 (add_subdirectory):
552+
The source directory
553+
554+
/Users/../executorch/extension/llm/tokenizers/third-party/abseil-cpp
555+
556+
does not contain a CMakeLists.txt file.
557+
558+
559+
CMake Error at runner/CMakeLists.txt:72 (add_subdirectory):
560+
The source directory
561+
562+
/Users/../executorch/extension/llm/tokenizers/third-party/re2
563+
564+
does not contain a CMakeLists.txt file.
565+
```

0 commit comments

Comments
 (0)