Skip to content

Commit 94aac4a

Browse files
Remove how_to_train.md: outdated training FAQ (#4267)
Co-authored-by: behroozazarkhalili <ermiaazarkhalili>
1 parent 26b7c25 commit 94aac4a

File tree

3 files changed

+1
-67
lines changed

3 files changed

+1
-67
lines changed

docs/source/_toctree.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
title: Paper Index
1414
- local: experimental
1515
title: Experimental
16-
- local: how_to_train
17-
title: Training FAQ
1816
title: Conceptual Guides
1917
- sections:
2018
- local: clis

docs/source/how_to_train.md

Lines changed: 0 additions & 63 deletions
This file was deleted.

docs/source/quickstart.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ trl reward --model_name_or_path Qwen/Qwen2.5-0.5B-Instruct \
9191
- [SFT Trainer](sft_trainer) - Complete SFT guide
9292
- [DPO Trainer](dpo_trainer) - Preference alignment
9393
- [GRPO Trainer](grpo_trainer) - Group relative policy optimization
94-
- [Training FAQ](how_to_train) - Common questions
9594

9695
### 🚀 Scale Up
9796

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

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

0 commit comments

Comments
 (0)