From 7052081ea254f79b6c1b7cf2688e69da6b062e6c Mon Sep 17 00:00:00 2001 From: chywang Date: Tue, 10 Jun 2025 20:01:47 +0800 Subject: [PATCH] Update README.md --- recipes/distilqwen_series/distillqwen2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/distilqwen_series/distillqwen2/README.md b/recipes/distilqwen_series/distillqwen2/README.md index fe1bcb2..deb915b 100644 --- a/recipes/distilqwen_series/distillqwen2/README.md +++ b/recipes/distilqwen_series/distillqwen2/README.md @@ -105,7 +105,7 @@ python dpo_student_infer_only.py --config=distilqwen2_stage2.json Next, we run the training job by: ```bash -python easydistill/kd/train.py --config=distilqwen2_stage2.json +python easydistill/rank/train.py --config=distilqwen2_stage2.json ``` Again, please refer to the config file `distilqwen2_stage2.json` in the current folder. Remember to change the configurations when needed. If you need to run the job in a distributed mode, use `accelerate` to run the job.