Add support for parallel scoring with --num_workers option#85
Add support for parallel scoring with --num_workers option#85RogerTzeng wants to merge 1 commit into
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. |