The Merlin Core library provides the core utilities for NVIDIA Merlin libraries like NVTabular, Transformers4Rec and Merlin Models. For example, the merlin.io.Dataset and merin.schema.Schema classes are fundamental for working with data and building recommender systems with Merlin.
pip install merlin-core
conda install -c nvidia -c rapidsai -c numba -c conda-forge merlin-core python=3.7 cudatoolkit=11.2
As a fundamental library for Merlin, Merlin Core is included in the Merlin Containers.
Refer to the Merlin Containers documentation page for information about the Merlin container names, URLs to the container images on the NVIDIA GPU Cloud catalog, and key Merlin components.
To report bugs or get help, please open an issue on the GitHub repo.