Skip to content

Commit cea9d1c

Browse files
authored
llama doc update (#10082)
See error from: #10063
1 parent 7f3b382 commit cea9d1c

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
@@ -548,3 +548,22 @@ clang: error: linker command failed with exit code 1 (use -v to see invocation)
548548
```
549549
It's a known issue for Xcode version 15.1.
550550
Mitigation: update to most recent Xcode version, clean and rebuild.
551+
552+
- If you encounter issues with missing abseil-cpp or re2, try running `git submodule update --init --recursive` to pull in those submodules.
553+
Example error:
554+
```
555+
CMake Error at runner/CMakeLists.txt:68 (add_subdirectory):
556+
The source directory
557+
558+
/Users/../executorch/extension/llm/tokenizers/third-party/abseil-cpp
559+
560+
does not contain a CMakeLists.txt file.
561+
562+
563+
CMake Error at runner/CMakeLists.txt:72 (add_subdirectory):
564+
The source directory
565+
566+
/Users/../executorch/extension/llm/tokenizers/third-party/re2
567+
568+
does not contain a CMakeLists.txt file.
569+
```

0 commit comments

Comments
 (0)