-
Notifications
You must be signed in to change notification settings - Fork 537
Release 0.6 llama low-bit kernels #10166
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
Labels
module: build/install
Issues related to the cmake and buck2 builds, and to installing ExecuTorch
Comments
Also tried Ran |
lucylq
added a commit
that referenced
this issue
Apr 15, 2025
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
pytorchbot
pushed a commit
that referenced
this issue
Apr 15, 2025
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)
metascroy
added a commit
that referenced
this issue
Apr 15, 2025
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 Co-authored-by: lucylq <[email protected]> Co-authored-by: Scott Roy <[email protected]>
keyprocedure
pushed a commit
to keyprocedure/executorch
that referenced
this issue
Apr 21, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
module: build/install
Issues related to the cmake and buck2 builds, and to installing ExecuTorch
🐛 Describe the bug
Going through the low-bit kernel section on macbook M1. Note this section requires Arm-based Mac.
Export is successful, runtime build is not.
Build executorch
^ this is OK.
Build llama
See the error:
Versions
cc @larryliu0820 @jathu
The text was updated successfully, but these errors were encountered: