compute_bootstrap_elo illegal arguments?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 39.5k
- Forks
- 4.8k
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to look into bits of the codebase that calculate the scores.
This calls compute_bootstrap_elo with argument num_cpu
But in the definition of the function, no argument is called num_cpu
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare the compute_bootstrap_elo call in fastchat/serve/monitor/elo_analysis.py with its definition in fastchat/serve/monitor/rating_systems.py, focusing on the num_cpu argument. Trace the call to determine the intended interface, then verify that the corrected usage or definition preserves the Elo analysis behavior and add coverage if the repository provides a relevant test location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ai
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100