From 17981faf6791c1549e7dcb62970c9c699e619ea7 Mon Sep 17 00:00:00 2001 From: NielsRogge <48327001+NielsRogge@users.noreply.github.com> Date: Fri, 2 Sep 2022 15:59:25 +0200 Subject: [PATCH] Add OWL-ViT to the appropriate section (#18867) Co-authored-by: Niels Rogge --- docs/source/en/_toctree.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/en/_toctree.yml b/docs/source/en/_toctree.yml index 4543a6c066..57b53c8aa8 100644 --- a/docs/source/en/_toctree.yml +++ b/docs/source/en/_toctree.yml @@ -376,8 +376,6 @@ title: MaskFormer - local: model_doc/mobilevit title: MobileViT - - local: model_doc/owlvit - title: OWL-ViT - local: model_doc/poolformer title: PoolFormer - local: model_doc/regnet @@ -452,6 +450,8 @@ title: LayoutXLM - local: model_doc/lxmert title: LXMERT + - local: model_doc/owlvit + title: OWL-ViT - local: model_doc/perceiver title: Perceiver - local: model_doc/speech-encoder-decoder