-
Notifications
You must be signed in to change notification settings - Fork 146
Support JSON input to torchx run #1107
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
Support JSON input to torchx run #1107
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D80731827 |
|
This pull request was exported from Phabricator. Differential Revision: D80731827 |
Summary: Pull Request resolved: meta-pytorch#1107 add support for piping a json into torchx run command, like `JSON | torchx run` where the JSON contains the args for torchx run (while maintaining the functionality of the regular CLI) This can be done with either a JSON directly in the terminal or `cat json_file.json`. Next steps: - add a json schema to improve authoring experience for this new config format - more robust validation - accept varargs for component args/ test this case Reviewed By: daniel-ohayon Differential Revision: D80731827
d462df9 to
42c14dd
Compare
Summary: add support for piping a json into torchx run command, like `JSON | torchx run` where the JSON contains the args for torchx run (while maintaining the functionality of the regular CLI) This can be done with either a JSON directly in the terminal or `cat json_file.json`. Next steps: - add a json schema to improve authoring experience for this new config format - more robust validation - accept varargs for component args/ test this case Reviewed By: daniel-ohayon Differential Revision: D80731827
42c14dd to
ea26d04
Compare
|
This pull request was exported from Phabricator. Differential Revision: D80731827 |
Summary: add support for piping a json into torchx run command, like `JSON | torchx run` where the JSON contains the args for torchx run (while maintaining the functionality of the regular CLI) This can be done with either a JSON directly in the terminal or `cat json_file.json`. Next steps: - add a json schema to improve authoring experience for this new config format - more robust validation - accept varargs for component args/ test this case Reviewed By: daniel-ohayon Differential Revision: D80731827
ea26d04 to
c0d3def
Compare
|
This pull request was exported from Phabricator. Differential Revision: D80731827 |
Summary: add support for piping a json into torchx run command, like `JSON | torchx run` where the JSON contains the args for torchx run (while maintaining the functionality of the regular CLI) This can be done with either a JSON directly in the terminal or `cat json_file.json`. Next steps: - add a json schema to improve authoring experience for this new config format - more robust validation - accept varargs for component args/ test this case Reviewed By: daniel-ohayon Differential Revision: D80731827
c0d3def to
a6ced3a
Compare
|
This pull request was exported from Phabricator. Differential Revision: D80731827 |
a6ced3a to
1154bc8
Compare
Summary: add support for piping a json into torchx run command, like `JSON | torchx run` where the JSON contains the args for torchx run (while maintaining the functionality of the regular CLI) This can be done with either a JSON directly in the terminal or `cat json_file.json`. Next steps: - add a json schema to improve authoring experience for this new config format - more robust validation - accept varargs for component args/ test this case Reviewed By: daniel-ohayon Differential Revision: D80731827
|
This pull request was exported from Phabricator. Differential Revision: D80731827 |
Summary: add support for piping a json into torchx run command, like `JSON | torchx run` where the JSON contains the args for torchx run (while maintaining the functionality of the regular CLI) This can be done with either a JSON directly in the terminal or `cat json_file.json`. Next steps: - add a json schema to improve authoring experience for this new config format - more robust validation - accept varargs for component args/ test this case Reviewed By: daniel-ohayon Differential Revision: D80731827
1154bc8 to
90ee821
Compare
|
This pull request was exported from Phabricator. Differential Revision: D80731827 |
Summary: add support for piping a json into torchx run command, like `JSON | torchx run` where the JSON contains the args for torchx run (while maintaining the functionality of the regular CLI) This can be done with either a JSON directly in the terminal or `cat json_file.json`. Next steps: - add a json schema to improve authoring experience for this new config format - more robust validation - accept varargs for component args/ test this case Reviewed By: daniel-ohayon Differential Revision: D80731827
90ee821 to
0a32e0f
Compare
|
This pull request was exported from Phabricator. Differential Revision: D80731827 |
Summary: add support for piping a json into torchx run command, like `JSON | torchx run` where the JSON contains the args for torchx run (while maintaining the functionality of the regular CLI) This can be done with either a JSON directly in the terminal or `cat json_file.json`. Next steps: - add a json schema to improve authoring experience for this new config format - more robust validation - accept varargs for component args/ test this case Reviewed By: daniel-ohayon Differential Revision: D80731827
0a32e0f to
350a8a7
Compare
|
This pull request was exported from Phabricator. Differential Revision: D80731827 |
Summary:
add support for piping a json into torchx run command, like
JSON | torchx runwhere the JSON contains the args for torchx run (while maintaining the functionality of the regular CLI)
This can be done with either a JSON directly in the terminal or
cat json_file.json.Next steps:
Reviewed By: daniel-ohayon
Differential Revision: D80731827