From a3007a48960c7a54bd8bf71eba0c83a40c62915f Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Sun, 18 Feb 2024 14:48:44 +0800 Subject: [PATCH] update docker doc to include torch2.2.0 --- docs/source/docker/intro.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/docker/intro.rst b/docs/source/docker/intro.rst index cbd300d9b..149970eff 100644 --- a/docs/source/docker/intro.rst +++ b/docs/source/docker/intro.rst @@ -34,6 +34,8 @@ which will give you something like below: .. code-block:: bash + "torch2.2.0-cuda12.1" + "torch2.2.0-cuda11.8" "torch2.1.0-cuda12.1" "torch2.1.0-cuda11.8" "torch2.0.0-cuda11.7"