-
Notifications
You must be signed in to change notification settings - Fork 607
Fix the build broken of examples/llm_manual used in llm/getting-started.md #12095
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the build broken of examples/llm_manual used in llm/getting-started.md #12095
Conversation
CMake Error at third-party/executorch/tools/cmake/common/preset.cmake:122 (message): Use of 'EXECUTORCH_BUILD_EXTENSION_MODULE' requires 'EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR' Call Stack (most recent call first): third-party/executorch/tools/cmake/preset/default.cmake:300 (check_required_options_on) third-party/executorch/CMakeLists.txt:87 (include)
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12095
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New FailuresAs of commit d1a3fa6 with merge base db8ef6b ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Hi @DamonFool! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
This PR needs a
|
I had signed the CLA just now. |
The two failures should not be related to this change. |
Thank you @DamonFool |
Thanks @mergennachin. |
Hi all,
While I was following https://docs.pytorch.org/executorch/main/llm/getting-started , the cmake build was broken due to the following error:
It would be better to fix it.
Thanks.