new docs scaffold

This commit is contained in:
Pierre Chapuis 2024-01-31 18:18:26 +01:00
parent abe50076a4
commit ab63a01582
11 changed files with 12 additions and 33 deletions

1
docs/concepts/index.md Normal file
View file

@ -0,0 +1 @@
# WIP

View file

@ -1 +0,0 @@
WIP

View file

@ -1 +0,0 @@
WIP

1
docs/guides/index.md Normal file
View file

@ -0,0 +1 @@
# WIP

View file

@ -1,3 +0,0 @@
# Foundational Models
WIP

View file

@ -1,3 +0,0 @@
# Latent Diffusion
WIP

View file

@ -1,3 +0,0 @@
# Segment Anything
WIP

View file

@ -1,9 +0,0 @@
# Training Utils
Very minimalistic training utilities for PyTorch, its main purpose is to provide a simple way to abstract the training loop
and its configuration. It is meant to be used with Refiners, but it can be used with any PyTorch model.
## Quickstart
WIP

View file

@ -31,18 +31,15 @@ extra_css:
nav:
- Home:
- index.md
- Getting started: getting_started.md
- Models:
- models/index.md
- models/latent_diffusion.md
- models/segment_anything.md
- Fluxion:
- fluxion/index.md
- fluxion/adapters.md
- Training utils:
- training_utils/index.md
- Contributing:
- contributing/index.md
- Getting started:
- getting_started.md
- Guides:
- guides/index.md
- Key Concepts:
- concepts/index.md
- concepts/adapters.md
- API Reference:
- index.md
extra:
social:
- icon: fontawesome/brands/discord