From 1043c814df79b9c3f3715dfaa1973ab69e6e1eec Mon Sep 17 00:00:00 2001 From: Kaiyu Xie <26294424+kaiyux@users.noreply.github.com> Date: Wed, 11 Jun 2025 02:46:36 +0000 Subject: [PATCH] Insert 0.21.0rc1 into switcher.json --- _static/switcher.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_static/switcher.json b/_static/switcher.json index 1962a02554..a896d1db37 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.21.0rc1", + "url": "https://nvidia.github.io/TensorRT-LLM/0.21.0rc1/" + }, { "version": "0.21.0rc0", "url": "https://nvidia.github.io/TensorRT-LLM/0.21.0rc0/"