Commit f8e469d
Enable training for pybindings (pytorch#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 7e13bcd commit f8e469d
1 file changed
+2
-0
lines changed| 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