From 28ff2030af877c088f630e2d703b2f8c38a8da4a Mon Sep 17 00:00:00 2001 From: Kaiyu Xie <26294424+kaiyux@users.noreply.github.com> Date: Thu, 19 Jun 2025 02:14:26 +0000 Subject: [PATCH] Insert 0.20.0 into switcher.json --- _static/switcher.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_static/switcher.json b/_static/switcher.json index db83b1ed0e..e750eeffb1 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.0", + "url": "https://nvidia.github.io/TensorRT-LLM/0.20.0/" + }, { "version": "0.21.0rc2", "url": "https://nvidia.github.io/TensorRT-LLM/0.21.0rc2/"