From 0989e2467361b302eaf2437e676b6bc1c4bc524f Mon Sep 17 00:00:00 2001 From: Henry Tsang Date: Mon, 29 Jan 2024 11:31:05 -0800 Subject: [PATCH] Update readme for 3.12 release (#1577) Summary: Pull Request resolved: https://github.com/pytorch/torchrec/pull/1577 Update readme for release 3.12, which support python 3.12 experimentally. Reviewed By: PaulZhang12 Differential Revision: D52063561 fbshipit-source-id: 148f82e1e3167c9023de5d10923fd0fe11c5e944 --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index db59bf3c1..a643e2076 100644 --- a/README.MD +++ b/README.MD @@ -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". @@ -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