Skip to content

Commit

Permalink
Add to CHANGELOG.md
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Minack <github@enrico.minack.dev>
  • Loading branch information
EnricoMi committed Apr 22, 2022
1 parent 7f681e1 commit b56af7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -20,6 +20,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- MXNet: Deprecated `average` argument of allreduce functions. ([#3299](https://github.com/horovod/horovod/pull/3299))

- Horovodrun: Providing multiple NICS as comma-separated string via `--network-interface` is deprecated,
use `--network-interface` multiple times or `--network-interfaces` instead. ([#3506](https://github.com/horovod/horovod/pull/3506))

- horovod.run: Argument `network_interface` with comma-separated string is deprecated,
use `network_interfaces` with `Iterable[str]` instead. ([#3506](https://github.com/horovod/horovod/pull/3506))

### Removed

### Fixed
Expand Down

0 comments on commit b56af7d

Please sign in to comment.