From e8d54877ab80da864cda843368d54f27f680c9b3 Mon Sep 17 00:00:00 2001 From: csukuangfj Date: Sat, 7 Sep 2024 11:51:54 +0000 Subject: [PATCH] deploy: d4b43236999da5314e889544524782fecafe8ddc --- _sources/docker/intro.rst.txt | 6 ++++++ docker/intro.html | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/_sources/docker/intro.rst.txt b/_sources/docker/intro.rst.txt index f3d2b0727..5fc3fa4d5 100644 --- a/_sources/docker/intro.rst.txt +++ b/_sources/docker/intro.rst.txt @@ -34,6 +34,12 @@ which will give you something like below: .. code-block:: bash + "torch2.4.1-cuda12.4" + "torch2.4.1-cuda12.1" + "torch2.4.1-cuda11.8" + "torch2.4.0-cuda12.4" + "torch2.4.0-cuda12.1" + "torch2.4.0-cuda11.8" "torch2.3.1-cuda12.1" "torch2.3.1-cuda11.8" "torch2.2.2-cuda12.1" diff --git a/docker/intro.html b/docker/intro.html index cfa696cd0..5d605d916 100644 --- a/docker/intro.html +++ b/docker/intro.html @@ -137,7 +137,13 @@ docker images:

which will give you something like below:

-
"torch2.3.1-cuda12.1"
+
"torch2.4.1-cuda12.4"
+"torch2.4.1-cuda12.1"
+"torch2.4.1-cuda11.8"
+"torch2.4.0-cuda12.4"
+"torch2.4.0-cuda12.1"
+"torch2.4.0-cuda11.8"
+"torch2.3.1-cuda12.1"
 "torch2.3.1-cuda11.8"
 "torch2.2.2-cuda12.1"
 "torch2.2.2-cuda11.8"