10000 Tags · pytorch/torchx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: pytorch/torchx

Tags

v0.1.0rc0

Toggle v0.1.0rc0's commit message
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

![2021-09-30-165142_1227x768_scrot](https://user-images.githubusercontent.com/909104/135545453-4ade4e39-4f2d-4fa0-9a4b-b9e1e638bea2.png)
![2021-09-30-165129_1350x366_scrot](https://user-images.githubusercontent.com/909104/135545455-65ea8528-ce47-4e1b-a4b5-cd7cbdadb3a4.png)

Reviewed By: kiukchung

Differential Revision: D31325905

Pulled By: d4l3k

fbshipit-source-id: 925735ab0e62553c1df56dd2f81175d44951eb69

v0.1.0b0

Toggle v0.1.0b0's commit message
(#94)

Summary:
0.1.0b0 release version bump. See CHANGELOG.md for details

Pull Request resolved: #94

Test Plan: Following release CM.

Reviewed By: aivanou

Differential Revision: D29443455

Pulled By: kiukchung

fbshipit-source-id: b034f4f2845e3f7d263b1cd4b7faa136acab5a3d

v0.1.0.dev2

Toggle v0.1.0.dev2's commit message
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

v0.1.0.dev1

Toggle v0.1.0.dev1's commit message
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

v0.1.0.dev0

Toggle v0.1.0.dev0's commit message
Move test_components to a separate target (#61)

Summary:
Pull Request resolved: #61

Move test_components to a separate target

Reviewed By: kiukchung

Differential Revision: D29154499

fbshipit-source-id: 0479c36252bea7c3fa1cacaaa88a6e10faf2bf14
0