Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 3aa8fb8

Browse files
Kiuk Chungfacebook-github-bot
Kiuk Chung
authored andcommitted
v0.2.2 release + changelogs
Summary: v0.2.2 Reviewed By: tierex Differential Revision: D26502264 fbshipit-source-id: c47fde9239eae76fbe69b864243de70872e1f282
1 parent dae09a6 commit 3aa8fb8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# CHANGELOG
22

3+
## 0.2.2 (Feb 18, 2021)
4+
5+
> **_NOTE:_** This is the last release for torchelastic! We are upstreaming TorchElastic into
6+
> pytorch. See [pytorch issue-50621](https://github.com/pytorch/pytorch/issues/50621).
7+
8+
### PyTorch Elastic
9+
10+
* (new) `torchelastic.multiprocessing`, drop in replacement for `torch.multiprocessing` that supports:
11+
* both function and binary launches
12+
* inter-process exception propagation
13+
* piping worker stdout/stderr to separate log files
14+
* tail worker log files to main console with `{role}_{rank}:` prefix on each line
15+
* Improvements to `torchelastic.events`
16+
* `NCCL_ASYNC_ERROR_HANDLING` set by default in torchelastic agent
17+
* Implemented shutdown barrier on agent to reduce exit time variance
18+
* Minor cosmetic improvements to rendezvous configuration
19+
* Non functional refactoring of `EtcdRendezvous`
20+
* TSM API improvements
21+
322
## 0.2.1 (October 05, 2020)
423

524
### PyTorch Elastic

0 commit comments

Comments
 (0)