From a6452bea06f6a52f360e30226739572b3095853e Mon Sep 17 00:00:00 2001 From: Yunseong Kim <138625884+yskelg@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:30:10 +0900 Subject: [PATCH] =?UTF-8?q?PyTorch=202.3.1=20ROCm=20=EB=B2=84=EC=A0=84=20?= =?UTF-8?q?=EB=B0=98=EC=98=81=20(#54)=20(#63)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Junghwan Park <9343724+9bow@users.noreply.github.com> --- assets/quick-start-module.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/quick-start-module.js b/assets/quick-start-module.js index 516a561fc..9f8abba62 100644 --- a/assets/quick-start-module.js +++ b/assets/quick-start-module.js @@ -11,7 +11,8 @@ var archInfoMap = new Map([ ['accnone', {title: "CPU", platforms: new Set(['linux', 'macos', 'windows'])}] ]); -let version_map={"nightly": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "11.8"], "cuda.y": ["cuda", "12.1"], "cuda.z": ["cuda", "12.4"], "rocm5.x": ["rocm", "6.1"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "11.8"], "cuda.y": ["cuda", "12.1"], "cuda.z": ["cuda", "12.4"], "rocm5.x": ["rocm", "6.1"]}} +let version_map={"nightly": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "11.8"], "cuda.y": ["cuda", "12.1"], "cuda.z": ["cuda", "12.4"], "rocm5.x": ["rocm", "6.1"]}, + "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "11.8"], "cuda.y": ["cuda", "12.1"], "cuda.z": ["cuda", "12.4"], "rocm5.x": ["rocm", "6.1"]}} let stable_version="Stable (2.4.0)"; var default_selected_os = getAnchorSelectedOS() || getDefaultSelectedOS();