Aliaksandr Ivanou

Results 9 issues of Aliaksandr Ivanou

File linter and components finder modules reside under `torchx.specs` module. Components finder module has runtime dependency on the `torchx.components` module: during `find` execution, components finder would dynamically load the module...

enhancement
module: specs

Summary: X-link: https://github.com/pytorch/pytorch/pull/75894 Move `get_host_addr` to separate module, and implement meta-internal `get_host_addr` that uses meta networking lib. More info: https://docs.google.com/document/d/1paDoXWOy1ws2i1riFypJ3hpP6rO7cPwzTAHnH8OkPKY Reviewed By: kiukchung, Babar Differential Revision: D35288985

CLA Signed
fb-exported

Summary: Add resource to `utils.sh` component Differential Revision: D30563066

CLA Signed
fb-exported

Test plan:

CLA Signed

Test plan:

CLA Signed

## 🐛 Bug Module (check all that applies): * [ ] `torchx.spec` * [ ] `torchx.component` * [ ] `torchx.apps` * [ ] `torchx.runtime` * [ ] `torchx.cli` * [x]...

bug
enhancement
module: runner
kubernetes

## Description The feature changes the way we perform components integ tests. Instead of manually adding `ComponentsProvider` for each builtin, we find all components available in the code and test...

enhancement
module: components

## Description Currently, when the cluster membership change occurs, the agent will kill all the workers that run users script, perform rank redistribution and spawn them again. Since there is...