From fa3a1a98788e7ce2e09c975700ffbbf4da8fd1e8 Mon Sep 17 00:00:00 2001 From: Xuehan Date: Tue, 15 Jul 2025 22:19:36 +0000 Subject: [PATCH] update converter path in README. Signed-off-by: Xuehan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cd472c6ad..2110f255de 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,7 @@ If you have trained a model and saved the checkpoint in the Pytorch DCP format, ```sh # Example for a GRPO checkpoint at step 170 -uv run python examples/convert_dcp_to_hf.py \ +uv run python examples/converters/convert_dcp_to_hf.py \ --config results/grpo/step_170/config.yaml \ --dcp-ckpt-path results/grpo/step_170/policy/weights/ \ --hf-ckpt-path results/grpo/hf