build error when generate llama2 exe file in x86 computer
@tarun292 is already working on this.
Since Oct 23, 2024.
- Dominant language
- Python
- Stars
- 5k
- Forks
- 1.2k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 581
Description
🐛 Describe the bug
when I prepare a llama2 exe file as https://github.com/pytorch/executorch/blob/main/examples/models/llama/README.md#step-4-run-on-your-computer-to-validate description, however there are some issues. The description is as follow:
cmake --build cmake-out/examples/models/llama2 -j16 --config Release
/usr/bin/ld: cannot find -lcpublas: No such file or directory
/usr/bin/ld: cannot find -leigen_blas: No such file or directory
collect2: error: ld returned 1 exit status
how can I fix the issue?
Thank you very much in advanced.
Versions
cmake --build cmake-out/examples/models/llama2 -j16 --config Release
/usr/bin/ld: cannot find -lcpublas: No such file or directory
/usr/bin/ld: cannot find -leigen_blas: No such file or directory
collect2: error: ld returned 1 exit status
cc @mergennachin @cccclai @helunwencser @dvorjackz
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.