Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Missing cuvs_bench/config/algos/ggnn.yaml #459

Open
jiangyinzuo opened this issue Nov 11, 2024 · 0 comments
Open

[BUG] Missing cuvs_bench/config/algos/ggnn.yaml #459

jiangyinzuo opened this issue Nov 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jiangyinzuo
Copy link
Contributor

Describe the bug
I want to run cuvs_bench for ggnn algorithm, but cuvs_bench does not start ggnn.
I found that no cuvs_bench/config/algos/ggnn.yaml was provided.

Steps/Code to reproduce bug

python3 -m cuvs_bench.run --algorithms=ggnn --dataset-path=/usr3/jiangyinzuo_data/cuvs-bench-dataset/

Enter the number of  neighbors to search for [10]:
Enter the batch size [10000]:
Enter the name of dataset [glove-100-inner]:
Enter the comma separated groups of parameters [base]:
Enter the search mode ("latency" or "throughput") [latency]:
Enter the log level [info]:
/home/jiangyinzuo/micromamba/envs/rapids_raft3/lib/python3.11/site-packages/cuvs_bench/run/run.py:188: UserWarning: Could not load YAML config /home/jiangyinzuo/micromamba/envs/rapids_raft3/lib/python3.11/site-packages/cuvs_bench/run/../config/algos/__pycache__ due to [Errno 21] Is a directory: '/home/jiangyinzuo/micromamba/envs/rapids_raft3/lib/python3.11/site-packages/cuvs_bench/run/../config/algos/__pycache__'
  warnings.warn(f"Could not load YAML config {algo_f} due to {e}")

Expected behavior
A clear and concise description of what you expected to happen.

Environment details (please complete the following information):

  • Environment location: Bare-metal, Ubuntu 20.04
  • Method of RAFT install: from source

Additional context

@jiangyinzuo jiangyinzuo added the bug Something isn't working label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant