Update README.md

This commit is contained in:
chywang
2025-06-10 20:01:47 +08:00
committed by GitHub
parent f8727a45ee
commit 7052081ea2

View File

@@ -105,7 +105,7 @@ python dpo_student_infer_only.py --config=distilqwen2_stage2.json
Next, we run the training job by: Next, we run the training job by:
```bash ```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. 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.