Add support for parallel scoring with --num_workers option - #85
Conversation
RogerTzeng
commented
Jul 4, 2026
- Introduced --num_workers argument in scorer.py for CPU-based parallel processing.
- Implemented parallel scoring logic in scorer_shared.py to enhance performance.
- Added tests to validate functionality of parallel scoring and ensure input order preservation.
- Introduced --num_workers argument in scorer.py for CPU-based parallel processing. - Implemented parallel scoring logic in scorer_shared.py to enhance performance. - Added tests to validate functionality of parallel scoring and ensure input order preservation.
|
Thanks for your contribution! There are some issues I would like to point:
After the above issues are addressed, please also make sure you pass the CI. |
… add support for resume checkpointing in JSONL output
|
Tahnks again for prompting fix. Two minor nits:
Both are documentation/expectation issues rather than implementation blockers. ALso, please make sure to pass CI so that we can merge it smoothly |
|
Thanks for your great contribution. PR merged. |