From 5f607b54a32b7b7e7da72190441f1b8fac3bb946 Mon Sep 17 00:00:00 2001 From: Kaiyu Xie <26294424+kaiyux@users.noreply.github.com> Date: Tue, 8 Jul 2025 02:03:18 +0000 Subject: [PATCH] Insert 1.0.0rc2 into switcher.json --- _static/switcher.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_static/switcher.json b/_static/switcher.json index 8306526653..1c13ab59e7 100644 --- a/_static/switcher.json +++ b/_static/switcher.json @@ -4,6 +4,10 @@ "version": "latest", "url": "https://nvidia.github.io/TensorRT-LLM/latest/" }, + { + "version": "1.0.0rc2", + "url": "https://nvidia.github.io/TensorRT-LLM/1.0.0rc2/" + }, { "version": "1.0.0rc1", "url": "https://nvidia.github.io/TensorRT-LLM/1.0.0rc1/"