Commit 955c863
authored
Enable training for pybindings (#12144)
### Summary
Let's support the (experimental) training modules out of the box for our
wheels.
### Test plan
```
$ ./install_executorch.sh
$ python3
>>> import torch
>>> from executorch.extension.training.pybindings import _training_lib
```
cc @JacobSzwejbka1 parent 3ba0466 commit 955c863
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
0 commit comments