From 90385c8e8647e253169ed1e42d1e1eefbf2f4a6d Mon Sep 17 00:00:00 2001 From: Kaiyu Xie <26294424+kaiyux@users.noreply.github.com> Date: Tue, 20 May 2025 09:23:49 +0000 Subject: [PATCH] Insert 0.20.0rc3 into switcher.json --- _static/switcher.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_static/switcher.json b/_static/switcher.json index cbd778e6ba..a080ef098a 100644 --- a/_static/switcher.json +++ b/_static/switcher.json @@ -4,6 +4,10 @@ "version": "latest", "url": "https://nvidia.github.io/TensorRT-LLM/latest/" }, + { + "version": "0.20.0rc3", + "url": "https://nvidia.github.io/TensorRT-LLM/0.20.0rc3/" + }, { "version": "0.20.0rc2", "url": "https://nvidia.github.io/TensorRT-LLM/0.20.0rc2/"