From 3d5f10701d4e498045b2058c093c52b90f6c266d Mon Sep 17 00:00:00 2001 From: Omar Sanseviero Date: Thu, 29 Aug 2024 12:32:44 +0200 Subject: [PATCH] Update _toctree.yml --- docs/source/_toctree.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/_toctree.yml b/docs/source/_toctree.yml index 7aaf4bb2..f280deff 100644 --- a/docs/source/_toctree.yml +++ b/docs/source/_toctree.yml @@ -3,6 +3,8 @@ title: Text Generation Inference - local: quicktour title: Quick Tour + - local: supported_models + title: Supported Models - local: installation_nvidia title: Using TGI with Nvidia GPUs - local: installation_amd @@ -15,8 +17,7 @@ title: Using TGI with Intel GPUs - local: installation title: Installation from source - - local: supported_models - title: Supported Models + - local: architecture title: Internal Architecture - local: usage_statistics