You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change training pybind extension_module linkage to static (#9961)
Summary: Fixes#9576. Use `extension_module_static` in building
`_training_lib`.
Test Plan: Rely on unit test, also did a manual install in editable
mode:
```bash
./install_executorch.sh --pybind training -e
python -c "from executorch.extension.training.pybindings._training_lib import get_sgd_optimizer"
```
Reviewers:
Subscribers:
Tasks:
Tags:
Co-authored-by: Mengwei Liu <larryliu0820@users.noreply.github.com>
0 commit comments