Skip to content

Commit 02ec589

Browse files
mergennachinfacebook-github-bot
authored andcommitted
Adding Gotchas in README.md (#3138)
Summary: Pull Request resolved: #3138 Populating based on feedback from George from Arm Created from CodeHub with https://fburl.com/edit-in-codehub bypass-github-export-checks bypass-github-pytorch-ci-checks bypass-github-executorch-ci-checks Reviewed By: digantdesai Differential Revision: D56319098 fbshipit-source-id: 6c15ef3c2cb3857b58c21d7b58a0cdf36077ee9d
1 parent 74204f4 commit 02ec589

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/models/llama2/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,12 +263,13 @@ This example tries to reuse the Python code, with minimal modifications to make
263263
3. No dependencies on fairscale. The ColumnParallelLinear, ParallelEmbedding and training are not needed and supported in ExecuTorch.
264264
265265
266-
# Clean
267-
To clean your build:
266+
# Common Issues and Mitigations:
267+
- To clean your build:
268268
```
269269
git clean -xfd
270270
pip uninstall executorch
271271
./install_requirements.sh <options>
272272

273273
rm -rf cmake-out
274274
```
275+
- If you encounter `pthread` related issues during link time, add `pthread` in `target_link_libraries` in `CMakeLists.txt`

0 commit comments

Comments
 (0)