From c3843d7ed6ab564f2144003461594bc48356ae0e Mon Sep 17 00:00:00 2001 From: Kaiyu Xie <26294424+kaiyux@users.noreply.github.com> Date: Tue, 1 Jul 2025 09:49:03 +0000 Subject: [PATCH] Insert 1.0.0rc1 into switcher.json --- _static/switcher.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_static/switcher.json b/_static/switcher.json index 23d202d594..8306526653 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.0rc1", + "url": "https://nvidia.github.io/TensorRT-LLM/1.0.0rc1/" + }, { "version": "1.0.0rc0", "url": "https://nvidia.github.io/TensorRT-LLM/1.0.0rc0/"