Skip to content

Commit a39831b

Browse files
committed
Added cross referencing
Signed-off-by: sergiopaniego <sergiopaniegoblanco@gmail.com>
1 parent 46a52da commit a39831b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/training/trl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ Some trainers also support **vLLM sleep mode**, which offloads parameters and ca
2424
!!! info
2525
For more information on the `use_vllm` flag you can provide to the configs of these online methods, see:
2626

27-
- [`trl.GRPOConfig.use_vllm`](https://huggingface.co/docs/trl/main/en/grpo_trainer#trl.GRPOConfig.use_vllm)
28-
- [`trl.OnlineDPOConfig.use_vllm`](https://huggingface.co/docs/trl/main/en/online_dpo_trainer#trl.OnlineDPOConfig.use_vllm)
29-
- [`trl.RLOOConfig.use_vllm`](https://huggingface.co/docs/trl/main/en/rloo_trainer#trl.RLOOConfig.use_vllm)
27+
- [`trl.GRPOConfig.use_vllm`][]
28+
- [`trl.OnlineDPOConfig.use_vllm`][]
29+
- [`trl.RLOOConfig.use_vllm`][]

mkdocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ plugins:
103103
- https://pytorch.org/docs/stable/objects.inv
104104
- https://psutil.readthedocs.io/en/stable/objects.inv
105105
- https://huggingface.co/docs/transformers/main/en/objects.inv
106+
- https://huggingface.co/docs/trl/main/en/objects.inv
106107

107108
markdown_extensions:
108109
- attr_list

0 commit comments

Comments
 (0)