Skip to content

Commit

Permalink
Update README with CUDA 124 (#2506)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #2506

Reviewed By: aporialiao

Differential Revision: D64765553

fbshipit-source-id: 5819468f56e3ca36c0c45a05f026548aac2e10e7
  • Loading branch information
PaulZhang12 authored and facebook-github-bot committed Oct 22, 2024
1 parent de7e041 commit 3e58a31
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ TorchRec has been used to accelerate advancements in recommendation systems, som
* [Disaggregated Multi-Tower: Topology-aware Modeling Technique for Efficient Large-Scale Recommendation](https://arxiv.org/abs/2403.00877) paper
* [The Algorithm ML](https://github.com/twitter/the-algorithm-ml) from Twitter
* [Training Recommendation Models with Databricks](https://docs.databricks.com/en/machine-learning/train-recommender-models.html)
* [Toward 100TB model with Embedding Offloading Paper](https://dl.acm.org/doi/10.1145/3640457.3688037)


## Introduction
Expand Down Expand Up @@ -39,6 +40,10 @@ Check out the [Getting Started](https://pytorch.org/torchrec/setup-torchrec.html

1. Install pytorch. See [pytorch documentation](https://pytorch.org/get-started/locally/).
```
CUDA 12.4
pip install torch --index-url https://download.pytorch.org/whl/nightly/cu124
CUDA 12.1
pip install torch --index-url https://download.pytorch.org/whl/nightly/cu121
Expand All @@ -60,6 +65,10 @@ Check out the [Getting Started](https://pytorch.org/torchrec/setup-torchrec.html

3. Install FBGEMM.
```
CUDA 12.4
pip install fbgemm-gpu --index-url https://download.pytorch.org/whl/nightly/cu124
CUDA 12.1
pip install fbgemm-gpu --index-url https://download.pytorch.org/whl/nightly/cu121
Expand Down

0 comments on commit 3e58a31

Please sign in to comment.