From c128646ff4cdb9d35fc4efc0cf31bf2170618584 Mon Sep 17 00:00:00 2001 From: csukuangfj Date: Sun, 18 Feb 2024 07:41:03 +0000 Subject: [PATCH] deploy: 17688476e5cbdba92c682d3a75e3941b647573a7 --- _sources/docker/intro.rst.txt | 2 ++ docker/intro.html | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_sources/docker/intro.rst.txt b/_sources/docker/intro.rst.txt index cbd300d9b..149970eff 100644 --- a/_sources/docker/intro.rst.txt +++ b/_sources/docker/intro.rst.txt @@ -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" diff --git a/docker/intro.html b/docker/intro.html index 71e0bb27b..489ebd987 100644 --- a/docker/intro.html +++ b/docker/intro.html @@ -136,7 +136,9 @@ docker images:

which will give you something like below:

-
"torch2.1.0-cuda12.1"
+
"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"
 "torch1.12.1-cuda11.3"