-
Notifications
You must be signed in to change notification settings - Fork 537
Update llama cmake for custom ops #10176
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10176
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 55cf2ad with merge base 2ed44ce ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@@ -427,7 +427,7 @@ cmake -DPYTHON_EXECUTABLE=python \ | |||
-DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \ | |||
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \ | |||
-DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \ | |||
-DEXECUTORCH_BUILD_XNNPACK=ON \ | |||
-DEXECUTORCH_BUILD_XNNPACK=OFF \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update this to match the ci script.
self-reminder to CP. |
@pytorchbot cherry-pick --onto release/0.6 -c fix |
❌ 🤖 pytorchbot command failed:
Try |
@pytorchbot cherry-pick --onto release/0.6 -c critical |
Fix #10166 target_link_options_shared_lib has different behavior for macos and other platforms; seems like whole-archive was causing issues. Test Plan `sh .ci/scripts/test_llama_torchao_lowbit.sh` https://github.com/pytorch/executorch/blob/main/examples/models/llama/README.md#running-with-low-bit-kernels (cherry picked from commit 5809428)
Cherry picking #10176The cherry pick PR is at #10201 and it is recommended to link a critical cherry pick PR with an issue. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Fix pytorch#10166 target_link_options_shared_lib has different behavior for macos and other platforms; seems like whole-archive was causing issues. Test Plan `sh .ci/scripts/test_llama_torchao_lowbit.sh` https://github.com/pytorch/executorch/blob/main/examples/models/llama/README.md#running-with-low-bit-kernels
Fix #10166
target_link_options_shared_lib has different behavior for macos and other platforms; seems like whole-archive was causing issues.
Test Plan
sh .ci/scripts/test_llama_torchao_lowbit.sh
https://github.com/pytorch/executorch/blob/main/examples/models/llama/README.md#running-with-low-bit-kernels