[FEA] `hdf5_to_fbin.py` and `fbin_to_fp16.py` need to be easier to call from `cuvs_bench`.
Open
Nobody has claimed this yet.
feature request
- Dominant language
- Cuda
- Stars
- 854
- Forks
- 236
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 62
Description
Ideally we should be able to call these scripts like this:
python -m cuvs_bench.hdf5_to_fbin and python -m cuvs_bench.fbin_to_fp16. Currently, we need to explicitly call the scripts from the source code and they are nested too deeply in directories for this to be practical and easy.
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 by locating hdf5_to_fbin.py and fbin_to_fp16.py in the cuvs_bench package and inspect how the existing scripts are invoked. Make the two requested python -m cuvs_bench.* commands callable without direct source-path execution, then verify both module commands run successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100