Tags: pytorch/torchx
Tags
CI: enable codecov coverage collection + cleanups (#214) Summary: * enables coverage collection for python unit tests * uploads coverage to codecov.io * adds badge to README * updates README with instructions on how to install all dependencies * fixes finder_test compatibility with pytest Pull Request resolved: #214 Test Plan: CI -- check coverage is correctly computed   Reviewed By: kiukchung Differential Revision: D31325905 Pulled By: d4l3k fbshipit-source-id: 925735ab0e62553c1df56dd2f81175d44951eb69
Refactor components discovery logic (#88) Summary: Pull Request resolved: #88 Move component search registration into a separate module and share it across runner and torch_cli Introduce new format for ``[torchx.components]`` : foo = my_project.some_module.bar Where ``my_project.some_module.bar`` is a python module. The components will be recursively found in the dir for ``my_project.some_module.bar.__file__`` file. Reviewed By: kiukchung Differential Revision: D29202878 fbshipit-source-id: af07a9bf4d3cf6038fc6d0f1c704c025176a2da9
Rename torch_dist_role ``script_args`` to ``args``, ``script_envs`` t… …o ``env`` (#64) Summary: Pull Request resolved: #64 Rename torch_dist_role ``script_args`` to ``args``, ``script_envs`` to ``env`` Reviewed By: kiukchung Differential Revision: D29152204 fbshipit-source-id: a0a234d7b10c86dc073504c8633b692524df8cb8
PreviousNext