From 8dc5830551f8a6a46dda0c8575f0d44592fb4201 Mon Sep 17 00:00:00 2001 From: nateraw Date: Mon, 5 Dec 2022 21:04:46 -0500 Subject: [PATCH] :fire: remove inference tut --- hfdocs/source/_toctree.yml | 4 +--- hfdocs/source/inference.mdx | 3 --- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 hfdocs/source/inference.mdx diff --git a/hfdocs/source/_toctree.yml b/hfdocs/source/_toctree.yml index 71fdcc62..823e66c2 100644 --- a/hfdocs/source/_toctree.yml +++ b/hfdocs/source/_toctree.yml @@ -7,14 +7,12 @@ title: Installation title: Get started - sections: - - local: inference - title: Using Pretrained Models for Inference - local: feature_extraction title: Using Pretrained Models as Feature Extractors - local: training_script title: Training With The Official Training Script - local: hf_hub - title: Share and Load Models from the Hugging Face Hub + title: Share and Load Models from the 🤗 Hugging Face Hub title: Tutorials - sections: - local: models/adversarial-inception-v3 diff --git a/hfdocs/source/inference.mdx b/hfdocs/source/inference.mdx deleted file mode 100644 index a31c31d5..00000000 --- a/hfdocs/source/inference.mdx +++ /dev/null @@ -1,3 +0,0 @@ -# Inference - -TODO \ No newline at end of file