mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 23:12:02 +00:00
new docs scaffold
This commit is contained in:
parent
abe50076a4
commit
ab63a01582
1
docs/concepts/index.md
Normal file
1
docs/concepts/index.md
Normal file
|
@ -0,0 +1 @@
|
|||
# WIP
|
|
@ -1 +0,0 @@
|
|||
WIP
|
|
@ -1 +0,0 @@
|
|||
WIP
|
1
docs/guides/index.md
Normal file
1
docs/guides/index.md
Normal file
|
@ -0,0 +1 @@
|
|||
# WIP
|
|
@ -1,3 +0,0 @@
|
|||
# Foundational Models
|
||||
|
||||
WIP
|
|
@ -1,3 +0,0 @@
|
|||
# Latent Diffusion
|
||||
|
||||
WIP
|
|
@ -1,3 +0,0 @@
|
|||
# Segment Anything
|
||||
|
||||
WIP
|
|
@ -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
|
||||
|
23
mkdocs.yml
23
mkdocs.yml
|
@ -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
|
||||
|
@ -71,4 +68,4 @@ markdown_extensions:
|
|||
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||
- toc:
|
||||
permalink: true
|
||||
permalink: true
|
||||
|
|
Loading…
Reference in a new issue