NVIDIA-Merlin / models

Merlin Models is a collection of deep learning recommender system model reference implementations
https://nvidia-merlin.github.io/models/main/index.html
Apache License 2.0
262 stars 50 forks source link

Adding ToTuple #1178

Closed marcromeyn closed 1 year ago

marcromeyn commented 1 year ago

Goals :soccer:

Triton doesn't support models that output a dictionary. This PR introduces modules to convert a dict to a tuple, this can be used inside the save_for_triton function that will be added soon.

github-actions[bot] commented 1 year ago

Documentation preview

https://nvidia-merlin.github.io/models/review/pr-1178