Skip to content

v23.03.00

Compare
Choose a tag to compare
@FDecaYed FDecaYed released this 19 Apr 13:13
· 14 commits to main since this release

What’s Changed

New Features

  • NVIDIA Hopper™ architecture families support (compute capability 9.0).
  • Added support for Keras Model fit api.
  • Added support for Horovod callbacks in case of hybrid data/model parallel.

Breaking Changes

  • Now support TensorFlow 2.12. Note that this change breaks build with TF 2.09 and earlier.
  • Now require horovod version 0.27 or later.

Improvements

  • Improved unit tests

Bug Fixes

  • Use tf.shape for graph mode support by @edknv in #6

New Contributors

  • @edknv made their first contribution in #6

Full Changelog: v0.3...v23.03.00