NVIDIA / NVIDIA/cuvs

[BUG] JSONDecodeError when running cuVS Bench

Open
#1,087 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Cuda
Stars
854
Forks
236
Avg merge
3d 3h
Merged PRs (30d)
62

Description

Describe the bug
When running cuVS Bench in Docker, I encountered the following errors:

Image

Steps/Code to reproduce bug
Follow this guide https://docs.rapids.ai/api/cuvs/nightly/cuvs_bench/ to install cuVS Bench with Docker, then execute the following commands to run:

export DATA_FOLDER=./datasets
docker run --gpus all --rm -it -u $(id -u)                      \

    -v $DATA_FOLDER:/data/benchmarks                            \

    rapidsai/cuvs-bench:24.12a-cuda12.5-py3.10              \

    "--dataset gist-960-euclidean"                           \

    "--normalize"                                               \

    "--algorithms cuvs_cagra,cuvs_ivf_pq --batch-size 1 -k 10" \

    ""		

Expected behavior
The benchmark results should be exported without errors.

Environment details (please complete the following information):

  • Environment location: Docker
  • Method of RAFT install: Docker
    • If method of install is [Docker], provide docker pull & docker run commands used:
    • docker pull rapidsai/cuvs-bench:24.12a-cuda12.5-py3.10

Additional context
The ANN search process in the benchmark seems to be running normally, but the result export process failed. I tried to switch to the conda environment, install cuVS in conda, and run the benchmark, but the error persisted.

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

Follow the cuVS Bench Docker guide and reproduce the JSONDecodeError with the provided docker pull and docker run commands. Start at the benchmark result-export process, since ANN search appears to complete normally. Done means the benchmark results export successfully without the reported error.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker
Domain
devops, testing-qa
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.