Skip to content

Commit f678776

Browse files
kausvfacebook-github-bot
authored andcommitted
Update CUDA versions in Github (#3296)
Summary: Pull Request resolved: #3296 CUDA versions need to be updated as 11.8 is not supported any more. Created from CodeHub with https://fburl.com/edit-in-codehub Reviewed By: TroyGarden Differential Revision: D80532663 fbshipit-source-id: 18bbfa3c1be426541a068e9823758c1cdb6c252d
1 parent 7e9729b commit f678776

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.MD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ Check out the [Getting Started](https://pytorch.org/torchrec/setup-torchrec.html
4848
4949
pip install torch --index-url https://download.pytorch.org/whl/nightly/cu126
5050
51-
CUDA 11.8
51+
CUDA 12.9
5252
53-
pip install torch --index-url https://download.pytorch.org/whl/nightly/cu118
53+
pip install torch --index-url https://download.pytorch.org/whl/nightly/cu129
5454
5555
CPU
5656
@@ -73,9 +73,9 @@ Check out the [Getting Started](https://pytorch.org/torchrec/setup-torchrec.html
7373
7474
pip install fbgemm-gpu --index-url https://download.pytorch.org/whl/nightly/cu126
7575
76-
CUDA 11.8
76+
CUDA 12.9
7777
78-
pip install fbgemm-gpu --index-url https://download.pytorch.org/whl/nightly/cu118
78+
pip install fbgemm-gpu --index-url https://download.pytorch.org/whl/nightly/cu129
7979
8080
CPU
8181

0 commit comments

Comments
 (0)