NVIDIA-Merlin / systems

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
89 stars 29 forks source link

fix readme and requirement files #349

Closed jperez999 closed 1 year ago

jperez999 commented 1 year ago

Fix readme to refer to systems repo when providing feed back and fixed import paths for operators. Removed feast from gpu requirements as it is not actually required to run systems only necessary if you want to use the feast op Updated the merlin core and nvtabular dependencies

github-actions[bot] commented 1 year ago

Documentation preview

https://nvidia-merlin.github.io/systems/review/pr-349

rnyak commented 1 year ago

@jperez999 shall we update this example nb as well? It reads as

we have a cell at the beginning:

# for running this example on GPU, install the following libraries
# %pip install "feast<0.20" faiss-gpu

shall we remove "feast<0.20" ?

thanks..