Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/source/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
title: Paper Index
- local: experimental
title: Experimental
- local: how_to_train
title: Training FAQ
title: Conceptual Guides
- sections:
- local: clis
Expand Down
63 changes: 0 additions & 63 deletions docs/source/how_to_train.md

This file was deleted.

3 changes: 1 addition & 2 deletions docs/source/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ trl reward --model_name_or_path Qwen/Qwen2.5-0.5B-Instruct \
- [SFT Trainer](sft_trainer) - Complete SFT guide
- [DPO Trainer](dpo_trainer) - Preference alignment
- [GRPO Trainer](grpo_trainer) - Group relative policy optimization
- [Training FAQ](how_to_train) - Common questions

### 🚀 Scale Up

Expand Down Expand Up @@ -141,4 +140,4 @@ Try adjusting the learning rate:
training_args = SFTConfig(learning_rate=2e-5) # Good starting point
```

For more help, see our [Training FAQ](how_to_train) or open an [issue on GitHub](https://github.com/huggingface/trl/issues).
For more help, open an [issue on GitHub](https://github.com/huggingface/trl/issues).
Loading