Skip to content

Releases: mikemckiernan/NVTabular

v1.2.1: Update the container labels in the integration tests (#1588)

17 Jun 15:03
6d07ed4
Compare
Choose a tag to compare
We've recently changed the labels for the containers, as part of unifying the
training and inference containers. This meant that certain container verification
scripts were not getting run appropriately

v1.2.0: Document the change to three containers (#1581)

15 Jun 12:53
90e4346
Compare
Choose a tag to compare
Beginning with the 22.06 release, the Merlin
team provides the following three containers
that are capable of training and inference:

* `merlin-hugectr`
* `merlin-tensorflow`
* `merlin-pytorch`

This is a change from the 22.05 release that
used six containers--one for training and a
separate container for inference.

Remove step to install JupyterLab

v1.1.1: Fix install model_config_pb2.py (#1538)

18 May 19:53
abadde0
Compare
Choose a tag to compare
We are generating the model_config_pb2.py file from a protobuf script,
but doing this as part of the 'build_ext' phase - running at the same
time as building our native extensions. This caused the build to not
pick up the generated python file unless it already existed.

Fix by moving the proto generation to the correct 'build_py' phase

v1.1.0: remove horovod example, no longer supported (#1530)

18 May 19:54
c5176ca
Compare
Choose a tag to compare
* remove horovod example, no longer supported

* rm pytorch notebook in multigpu examples

* remove record of pytorch horovod

* remove notebook for toc

* remove horovod tests for pytorch

Co-authored-by: Karl Higley <[email protected]>