Skip to content

Commit 2dc4153

Browse files
mergennachinfacebook-github-bot
authored andcommitted
Adding Gotchas in README.md
Summary: Populating based on feedback from George from Arm Created from CodeHub with https://fburl.com/edit-in-codehub Differential Revision: D56319098
1 parent 944dd4c commit 2dc4153

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)