Skip to main content

TorchRec

TorchRec is a PyTorch domain library built to provide common sparsity and parallelism primitives needed for large-scale recommender systems (RecSys). TorchRec allows training and inference of models with large embedding tables sharded across many GPUs and powers many production RecSys models at Meta.

External Presence

TorchRec has been used to accelerate advancements in recommendation systems, some examples:

Introduction

To begin learning about TorchRec, check out:

TorchRec Features

  • Parallelism primitives that enable easy authoring of large, performant multi-device/multi-node models using hybrid data-parallelism/model-parallelism.
  • Sharders to shard embedding tables with different strategies including data-parallel, table-wise, row-wise, table-wise-row-wise, column-wise, and table-wise-column-wise sharding.
  • Planner that can automatically generate optimized sharding plans for models.
  • Pipelined training overlapping dataloading device transfer (copy to GPU), inter-device communications (input_dist), and computation (forward, backward) for increased performance.
  • Optimized kernels for RecSys powered by FBGEMM.
  • Quantization support for reduced precision training and inference, along with optimizing a TorchRec model for C++ inference.
  • Common modules for RecSys.
  • RecSys datasets (criteo click logs and movielens)
  • Examples of end-to-end training such as the DLRM event prediction model trained on criteo click logs dataset.

Installation

Check out the Getting Started section in the documentation for recommended ways to set up Torchrec.

From Source

Generally, there isn't a need to build from source. For most use cases, follow the section above to set up TorchRec. However, to build from source and to get the latest changes, do the following:

  1. Install pytorch. See pytorch documentation.

    CUDA 12.6
    
    pip install torch --index-url https://download.pytorch.org/whl/nightly/cu126
    
    CUDA 12.8
    
    pip install torch --index-url https://download.pytorch.org/whl/nightly/cu128
    
    CUDA 12.9
    
    pip install torch --index-url https://download.pytorch.org/whl/nightly/cu129
    
    CPU
    
    pip install torch --index-url https://download.pytorch.org/whl/nightly/cpu
    
  2. Clone TorchRec.

    git clone --recursive https://github.com/meta-pytorch/torchrec
    cd torchrec
    
  3. Install FBGEMM.

    CUDA 12.6
    
    pip install fbgemm-gpu --index-url https://download.pytorch.org/whl/nightly/cu126
    
    CUDA 12.8
    
    pip install fbgemm-gpu --index-url https://download.pytorch.org/whl/nightly/cu128
    
    CUDA 12.9
    
    pip install fbgemm-gpu --index-url https://download.pytorch.org/whl/nightly/cu129
    
    CPU
    
    pip install fbgemm-gpu --index-url https://download.pytorch.org/whl/nightly/cpu
    
  4. Install other requirements.

    pip install -r requirements.txt
    
  5. Install TorchRec.

    python setup.py install develop
    
  6. Test the installation.

    GPU mode
    
    torchx run -s local_cwd dist.ddp -j 1x2 --gpu 2 --script test_installation.py
    
    CPU Mode
    
    torchx run -s local_cwd dist.ddp -j 1x2 --script test_installation.py -- --cpu_only
    

    See TorchX for more information on launching distributed and remote jobs.

  7. If you want to run a more complex example, please take a look at the torchrec DLRM example.

Contributing

See CONTRIBUTING.md for details about contributing to TorchRec!

Citation

If you're using TorchRec, please refer to BibTeX entry to cite this work:

@inproceedings{10.1145/3523227.3547387,
author = {Ivchenko, Dmytro and Van Der Staay, Dennis and Taylor, Colin and Liu, Xing and Feng, Will and Kindi, Rahul and Sudarshan, Anirudh and Sefati, Shahin},
title = {TorchRec: a PyTorch Domain Library for Recommendation Systems},
year = {2022},
isbn = {9781450392785},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3523227.3547387},
doi = {10.1145/3523227.3547387},
abstract = {Recommendation Systems (RecSys) comprise a large footprint of production-deployed AI today. The neural network-based recommender systems differ from deep learning models in other domains in using high-cardinality categorical sparse features that require large embedding tables to be trained. In this talk we introduce TorchRec, a PyTorch domain library for Recommendation Systems. This new library provides common sparsity and parallelism primitives, enabling researchers to build state-of-the-art personalization models and deploy them in production. In this talk we cover the building blocks of the TorchRec library including modeling primitives such as embedding bags and jagged tensors, optimized recommender system kernels powered by FBGEMM, a flexible sharder that supports a veriety of strategies for partitioning embedding tables, a planner that automatically generates optimized and performant sharding plans, support for GPU inference and common modeling modules for building recommender system models. TorchRec library is currently used to train large-scale recommender models at Meta. We will present how TorchRec helped Meta’s recommender system platform to transition from CPU asynchronous training to accelerator-based full-sync training.},
booktitle = {Proceedings of the 16th ACM Conference on Recommender Systems},
pages = {482–483},
numpages = {2},
keywords = {information retrieval, recommender systems},
location = {Seattle, WA, USA},
series = {RecSys '22}
}

License

TorchRec is BSD licensed, as found in the LICENSE file.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

torchrec-1.7.0-py314-none-any.whl (1.1 MB view details)

Uploaded Python 3.14

torchrec-1.7.0-py313-none-any.whl (1.1 MB view details)

Uploaded Python 3.13

torchrec-1.7.0-py312-none-any.whl (1.1 MB view details)

Uploaded Python 3.12

torchrec-1.7.0-py311-none-any.whl (1.1 MB view details)

Uploaded Python 3.11

torchrec-1.7.0-py310-none-any.whl (1.1 MB view details)

Uploaded Python 3.10

File details

Details for the file torchrec-1.7.0-py314-none-any.whl.

File metadata

  • Download URL: torchrec-1.7.0-py314-none-any.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: Python 3.14
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.6

File hashes

Hashes for torchrec-1.7.0-py314-none-any.whl
Algorithm Hash digest
SHA256 9017c748989cf4b4d11f651049bf36bc26c7e492c8201c2c636db0f98797b7a2
MD5 f49001deef737c5b48439825fb204be9
BLAKE2b-256 1524fd970ed7b9e7fb81fc0256186b1328b3f2226bbb1663ee91f2adc5ddec72

See more details on using hashes here.

File details

Details for the file torchrec-1.7.0-py313-none-any.whl.

File metadata

  • Download URL: torchrec-1.7.0-py313-none-any.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: Python 3.13
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for torchrec-1.7.0-py313-none-any.whl
Algorithm Hash digest
SHA256 3f33edc9cc1254dbb7927b1e3866d54f6cacda0e0fc40b61b49214ae22d43d63
MD5 af8ca588de7747343f572065c8ce4dbb
BLAKE2b-256 94e3f357b821989b20b28345eb0fcf5490c42c8cc4279efde5be804520af896b

See more details on using hashes here.

File details

Details for the file torchrec-1.7.0-py312-none-any.whl.

File metadata

  • Download URL: torchrec-1.7.0-py312-none-any.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: Python 3.12
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for torchrec-1.7.0-py312-none-any.whl
Algorithm Hash digest
SHA256 176592142def6fa951e6944f30894cf5cda5fbc63d55f6079bfcfa2de231efd4
MD5 4908bd46e0c60a146a706f7d0b821385
BLAKE2b-256 099aa015124963d93268ce448ba2fd67c9b55cce23f2f8adf64e350e3d9ea797

See more details on using hashes here.

File details

Details for the file torchrec-1.7.0-py311-none-any.whl.

File metadata

  • Download URL: torchrec-1.7.0-py311-none-any.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: Python 3.11
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.15

File hashes

Hashes for torchrec-1.7.0-py311-none-any.whl
Algorithm Hash digest
SHA256 e250ab93ac22df8b2f9166abf790c7ca1e67879ca4225953275fe27904e8dbc9
MD5 9153ed359728feee93294bd9e5693b52
BLAKE2b-256 4c623d0ba0f40e165524900b035d471c28ceba6418a07ec61f2626bf0af1f4e7

See more details on using hashes here.

File details

Details for the file torchrec-1.7.0-py310-none-any.whl.

File metadata

  • Download URL: torchrec-1.7.0-py310-none-any.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: Python 3.10
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.10.20

File hashes

Hashes for torchrec-1.7.0-py310-none-any.whl
Algorithm Hash digest
SHA256 e6321416479a27b2c72c7292bae831d3dfadcce6d0e88a1b411f6433bd1956b2
MD5 f74135148adead2cf0fffd807c3142a3
BLAKE2b-256 502af6c95d28d74005e873286c7b1f3adece02d1b621acd0f9dbd1920eb2166f

See more details on using hashes here.

Release history Release notifications | RSS feed

1.8.0

5 files

This release

1.7.0 This release

5 files

1.6.1

5 files

1.6.0

1 file

1.5.1

5 files

1.5.0

3 files

1.4.0

4 files

1.3.0

4 files

1.2.0

5 files

1.1.0

4 files

1.0.0

4 files

0.8.0

5 files

0.7.0

5 files

0.6.0

5 files

0.5.0

4 files

0.4.0

3 files

0.3.2

3 files

0.3.1

4 files

0.2.0

3 files

0.1.0

3 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page