mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
* 🎨 structure docs * 🚧 wip docs * 📝 add installation doc * 📝 wip docs * 📝 wip docs * 📝 wip docs * 📝 wip docs * 📝 wip docs * 📝 add basic reference docs * 📝 remove augmentation from toctree * 👷 update pr doc builder to bugfix branch * 📝 wip docs * 🚧 wip * 👷 bump CI * 🚧 wip * 🚧 bump CI * 🚧 wip * 🚧 wip * 🚧 wip * 📝 add hf hub tutorial doc * 🔥 remove inference tut * 🚧 wip * 📝 wip docs * 📝 wip docs * 📝 update docs * 📝 move validation script doc up in order * 🎨 restructure to remove legacy docs * 📝 update index doc * 📝 update number of pretrained models * Update hfdocs/README.md * Update .github/workflows/build_pr_documentation.yml * Update build_pr_documentation.yml * bump * 📌 update gh action to use main branch * 🔥 remove comment
15 lines
245 B
Markdown
15 lines
245 B
Markdown
# Hugging Face Timm Docs
|
|
|
|
## Getting Started
|
|
|
|
```
|
|
pip install git+https://github.com/huggingface/doc-builder.git@main#egg=hf-doc-builder
|
|
pip install watchdog black
|
|
```
|
|
|
|
## Preview the Docs Locally
|
|
|
|
```
|
|
doc-builder preview timm hfdocs/source
|
|
```
|