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