From 92915ebec2e92aff022facfc9b9948ac98063a51 Mon Sep 17 00:00:00 2001 From: Steven Liu <59462357+stevhliu@users.noreply.github.com> Date: Wed, 3 Aug 2022 03:26:01 -0700 Subject: [PATCH] Update _toctree.yml (#18440) This PR moves GroupViT and LXMert to their correct sections. As pointed out by @NielsRogge and @LysandreJik, GroupViT and LXMert are both multimodal models. --- docs/source/en/_toctree.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/en/_toctree.yml b/docs/source/en/_toctree.yml index f73ad8e035..2be8f65073 100644 --- a/docs/source/en/_toctree.yml +++ b/docs/source/en/_toctree.yml @@ -256,8 +256,6 @@ title: LongT5 - local: model_doc/luke title: LUKE - - local: model_doc/lxmert - title: LXMERT - local: model_doc/m2m_100 title: M2M100 - local: model_doc/marian @@ -359,8 +357,6 @@ title: DPT - local: model_doc/glpn title: GLPN - - local: model_doc/groupvit - title: GroupViT - local: model_doc/imagegpt title: ImageGPT - local: model_doc/levit @@ -431,12 +427,16 @@ title: Data2Vec - local: model_doc/flava title: FLAVA + - local: model_doc/groupvit + title: GroupViT - local: model_doc/layoutlmv2 title: LayoutLMV2 - local: model_doc/layoutlmv3 title: LayoutLMV3 - local: model_doc/layoutxlm title: LayoutXLM + - local: model_doc/lxmert + title: LXMERT - local: model_doc/perceiver title: Perceiver - local: model_doc/speech-encoder-decoder