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/" + } +]