From 55e975f97e2899b1a0ff3cbd50fed2a620a75461 Mon Sep 17 00:00:00 2001 From: Kaiyu Xie <26294424+kaiyux@users.noreply.github.com> Date: Wed, 16 Jul 2025 02:09:51 +0000 Subject: [PATCH] Insert 1.0.0rc3 into switcher.json --- _static/switcher.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_static/switcher.json b/_static/switcher.json index 1c13ab59e7..5bc749af57 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.0rc3", + "url": "https://nvidia.github.io/TensorRT-LLM/1.0.0rc3/" + }, { "version": "1.0.0rc2", "url": "https://nvidia.github.io/TensorRT-LLM/1.0.0rc2/"