Skip to content

Commit c236171

Browse files
committed
Add docs for training encoder-decoder
1 parent 1a6dfd3 commit c236171

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ uv sync --extra dev
99

1010
## Quickstart
1111

12+
Train an encoder-decoder stack and evaluate the resulting checkpoint:
13+
14+
```bash
15+
# Train
16+
uv run python -m auto_cast.train.autoencoder --config-path=configs/
17+
```
18+
1219
Train an encoder-processor-decoder stack and evaluate the resulting checkpoint:
1320

1421
```bash

0 commit comments

Comments
 (0)