fix navigation

This commit is contained in:
limiteinductive 2024-01-09 11:52:02 +01:00 committed by Benjamin Trom
parent a6f231a00f
commit cce5d2b31e
5 changed files with 8 additions and 2 deletions

View file

@ -1 +1,7 @@
# Training Utils
# 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

View file

View file

@ -24,7 +24,7 @@ extra_css:
- stylesheets/extra.css
nav:
- Home:
- home/index.md
- index.md
- home/adapters.md
- Getting started: getting_started.md
- Models: