From 082ff71f3e650189bd828161cf68777549eb9d6e Mon Sep 17 00:00:00 2001 From: Yiteng Niu <6831097+niukuo@users.noreply.github.com> Date: Tue, 13 May 2025 20:32:53 -0700 Subject: [PATCH] restore switcher.json Signed-off-by: Yiteng Niu <6831097+niukuo@users.noreply.github.com> --- _static/switcher.json | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) mode change 120000 => 100644 _static/switcher.json diff --git a/_static/switcher.json b/_static/switcher.json deleted file mode 120000 index 626f38347e..0000000000 --- a/_static/switcher.json +++ /dev/null @@ -1 +0,0 @@ -../../_static/switcher.json \ No newline at end of file diff --git a/_static/switcher.json b/_static/switcher.json new file mode 100644 index 0000000000..c9463516d5 --- /dev/null +++ b/_static/switcher.json @@ -0,0 +1,27 @@ +[ + { + "preferred": true, + "version": "latest", + "url": "https://nvidia.github.io/TensorRT-LLM/latest/" + }, + { + "version": "0.20.0rc2", + "url": "https://nvidia.github.io/TensorRT-LLM/0.20.0rc2/" + }, + { + "version": "0.20.0rc0", + "url": "https://nvidia.github.io/TensorRT-LLM/0.20.0rc0/" + }, + { + "version": "0.19.0", + "url": "https://nvidia.github.io/TensorRT-LLM/0.19.0/" + }, + { + "version": "0.19.0rc0", + "url": "https://nvidia.github.io/TensorRT-LLM/0.19.0rc0/" + }, + { + "version": "0.18.2", + "url": "https://nvidia.github.io/TensorRT-LLM/0.18.2/" + } +]