From a8817371c9c9f72882b37c4c646877b2032dcbfc Mon Sep 17 00:00:00 2001 From: Joao Gante Date: Thu, 3 Aug 2023 13:51:56 +0100 Subject: [PATCH] Docs: separate generate section (#25235) Separate generate doc section --- docs/source/en/_toctree.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/source/en/_toctree.yml b/docs/source/en/_toctree.yml index b6f496c11f..b28c6dbc12 100644 --- a/docs/source/en/_toctree.yml +++ b/docs/source/en/_toctree.yml @@ -77,14 +77,17 @@ title: Text to speech title: Multimodal isExpanded: false + - sections: + - local: generation_strategies + title: Customize text generation strategy + title: Generation + isExpanded: false title: Task Guides - sections: - local: fast_tokenizers title: Use fast tokenizers from 🤗 Tokenizers - local: multilingual title: Run inference with multilingual models - - local: generation_strategies - title: Customize text generation strategy - local: create_a_model title: Use model-specific APIs - local: custom_models