Installation#

The structured-data-models package is available from Python 3.11 and PyTorch 2.7 onwards. Install from the main branch:

pip install git+https://github.com/NVIDIA/structured-data-models.git

Note

For CUDA workloads, we highly recommend installing cudf as an additional dependency to keep dataframe-style operations on GPU and avoid unnecessary data movement.