NVIDIA / NVIDIA/cuvs

[FEA] `hdf5_to_fbin.py` and `fbin_to_fp16.py` need to be easier to call from `cuvs_bench`.

Open
#397 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.