-
Notifications
You must be signed in to change notification settings - Fork 608
Basic "CLI" #546
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
Basic "CLI" #546
Conversation
✅ Deploy Preview for resplendent-gnome-14e531 canceled.
|
This pull request was exported from Phabricator. Differential Revision: D49758493 |
This pull request was exported from Phabricator. Differential Revision: D49758493 |
718b833
to
d5f5591
Compare
This pull request was exported from Phabricator. Differential Revision: D49758493 |
d5f5591
to
2b4142e
Compare
This pull request was exported from Phabricator. Differential Revision: D49758493 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D49758493 |
8451be5
to
727288f
Compare
This pull request was exported from Phabricator. Differential Revision: D49758493 |
Summary: Not a CLI strictly speaking, but should be good enough for MVP. See Test Plan for how to use it. Regarding added dependencies: * pandas: for dataframe usage [here](https://fburl.com/code/5i7nghbq) * tabulate: for pretty printing [here](https://fburl.com/code/krmppoh8) ***Note***: the changes in "executorch/oss/pyproject.toml" and "executorch/oss/setup.py" are not just for the CLI, but also *necessary* to enable the Python Inspector APIs in OSS. Reviewed By: tarun292 Differential Revision: D49758493
727288f
to
7607916
Compare
This pull request was exported from Phabricator. Differential Revision: D49758493 |
This pull request has been merged in 83af3a4. |
Summary: Pull Request resolved: #546 Not a CLI strictly speaking, but should be good enough for MVP. See Test Plan for how to use it. Regarding added dependencies: * pandas: for dataframe usage [here](https://fburl.com/code/5i7nghbq) * tabulate: for pretty printing [here](https://fburl.com/code/krmppoh8) ***Note***: the changes in "executorch/oss/pyproject.toml" and "executorch/oss/setup.py" are not just for the CLI, but also *necessary* to enable the Python Inspector APIs in OSS. Reviewed By: tarun292 Differential Revision: D49758493 fbshipit-source-id: 4703ce68a3b2b59c2d50861934434ce5de7f95af
Differential Revision: D49758493