Merlin Systems provides tools for combining recommendation models with other elements of production recommender systems (like feature stores, nearest neighbor search, and exploration strategies) into end-to-end recommendation pipelines that can be served with Triton Inference Server.
Apache License 2.0
90
stars
30
forks
source link
Remove the custom Workflow transform execution for serving #354
This also reworks match_representation to handle some cases that start to crop up when switching to the executors from Core re: ragged list features and whether values/offsets are expected or not.
This also reworks
match_representation
to handle some cases that start to crop up when switching to the executors from Core re: ragged list features and whether values/offsets are expected or not.Depends on https://github.com/NVIDIA-Merlin/core/pull/335 and https://github.com/NVIDIA-Merlin/core/pull/336