• Docs >
  • Welcome to the TorchRec documentation!
Shortcuts

Welcome to the TorchRec documentation!

TorchRec is a PyTorch domain library built to provide common sparsity & parallelism primitives needed for large-scale recommender systems (RecSys). It allows authors to train models with large embedding tables sharded across many GPUs.

For installation instructions, visit

https://github.com/pytorch/torchrec#readme

Tutorial

In this tutorial, we introduce the primary torchRec API called DistributedModelParallel, or DMP. Like pytorch’s DistributedDataParallel, DMP wraps a model to enable distributed training.

TorchRec API

Contents:

Indices and tables

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources