[BUG] `python3 -m cuvs_bench.run` reports an error: unrecognized command-line flag: --raft_log_level=3
Open
Nobody has claimed this yet.
bug
- Dominant language
- Cuda
- Stars
- 854
- Forks
- 236
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 62
Description
python3 -m cuvs_bench.runreports an errorerror: unrecognized command-line flag: --raft_log_level=3after the commit, because
--raft_log_levelflag is removed here.
Originally posted by @jiangyinzuo in a572273
Environment details (please complete the following information):
- Environment location: Ubuntu 22.04 server
- Method of RAFT install: from source
Contributor guide
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
Start with the python3 -m cuvs_bench.run entry point and trace where --raft_log_level=3 is added to the command-line arguments. Confirm the flag is no longer accepted by RAFT, then verify that running the benchmark no longer reports the unrecognized-flag error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100