From f4c554da22aa3f7916b59d533eb41a724ccb58d7 Mon Sep 17 00:00:00 2001 From: Sergio Paniego Blanco Date: Fri, 17 Oct 2025 16:06:40 +0200 Subject: [PATCH] Update links to docs in README to latest packaged version (#4084) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7a0668ad..df8f42f5c 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ trl dpo --model_name_or_path Qwen/Qwen2.5-0.5B-Instruct \ --output_dir Qwen2.5-0.5B-DPO ``` -Read more about CLI in the [relevant documentation section](https://huggingface.co/docs/trl/main/en/clis) or use `--help` for more details. +Read more about CLI in the [relevant documentation section](https://huggingface.co/docs/trl/clis) or use `--help` for more details. ## Development @@ -190,7 +190,7 @@ Example: from trl.experimental.new_trainer import NewTrainer ``` -Read more in the [Experimental docs](https://huggingface.co/docs/trl/main/en/experimental). +Read more in the [Experimental docs](https://huggingface.co/docs/trl/experimental). ## Citation