Skip to content

Commit e6a282d

Browse files
committed
Back to direct links and bye to .invs
Signed-off-by: sergiopaniego <sergiopaniegoblanco@gmail.com>
1 parent a39831b commit e6a282d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
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`][]
28-
- [`trl.OnlineDPOConfig.use_vllm`][]
29-
- [`trl.RLOOConfig.use_vllm`][]
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)

mkdocs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ plugins:
102102
- https://numpy.org/doc/stable/objects.inv
103103
- https://pytorch.org/docs/stable/objects.inv
104104
- https://psutil.readthedocs.io/en/stable/objects.inv
105-
- https://huggingface.co/docs/transformers/main/en/objects.inv
106-
- https://huggingface.co/docs/trl/main/en/objects.inv
107105

108106
markdown_extensions:
109107
- attr_list

0 commit comments

Comments
 (0)