Skip to content

Commit

Permalink
Update readme for 3.12 release (#1577)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #1577

Update readme for release 3.12, which support python 3.12 experimentally.

Reviewed By: PaulZhang12

Differential Revision: D52063561

fbshipit-source-id: 148f82e1e3167c9023de5d10923fd0fe11c5e944
  • Loading branch information
henrylhtsang authored and facebook-github-bot committed Jan 29, 2024
1 parent 75689df commit 0989e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Torchrec requires Python >= 3.8 and CUDA >= 11.8 (CUDA is highly recommended for

## Binaries

Experimental binary on Linux for Python 3.8, 3.9, 3.10 and 3.11, and CPU, CUDA 11.8 and CUDA 12.1 can be installed via pip wheels from [download.pytorch.org](download.pytorch.org) and PyPI (only for CUDA 12.1).
Experimental binary on Linux for Python 3.8, 3.9, 3.10, 3.11 and 3.12 (experimental), and CPU, CUDA 11.8 and CUDA 12.1 can be installed via pip wheels from [download.pytorch.org](download.pytorch.org) and PyPI (only for CUDA 12.1).

Below we show installations for CUDA 12.1 as an example. For CPU or CUDA 11.8, swap "cu121" for "cpu" or "cu118".

Expand Down Expand Up @@ -105,7 +105,7 @@ We are currently iterating on the setup experience. For now, we provide manual i
python setup.py install develop
```

5. Test the installation (use torchx-nightly for 3.11).
5. Test the installation (use torchx-nightly for 3.11; for 3.12, torchx currently doesn't work).
```
GPU mode
Expand Down

0 comments on commit 0989e24

Please sign in to comment.