-
Notifications
You must be signed in to change notification settings - Fork 537
[CMake] llm_runner use executorch_core #10698
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/10698
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit ec6ec3c with merge base 1984c5f ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Currently, _extension_module__srcs has srcs from flat_tensor. This is bad. ``` set(_extension_module__srcs extension/flat_tensor/flat_tensor_data_map.cpp extension/flat_tensor/serialize/flat_tensor_header.cpp extension/module/module.cpp ) ``` We need to update deps. We need to export extension_flat_tensor to install directory.
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary
We only need executorch_core. We don't need prim ops for runner library. runner.exe can add prim_ops separately
Change: