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