Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only load algos configuration files with .yaml suffix
Fixing the following warning during benchmark run ./cuvs_benchmarks/lib/python3.12/site-packages/cuvs_bench/run/run.py:186: UserWarning: Could not load YAML config ./lib/python3.12/site-packages/cuvs_bench/run/../config/algos/__pycache__ due to [Errno 21] Is a directory: ' warnings.warn(f"Could not load YAML config {algo_f} due to {e}") Signed-off-by: Lizhen You <[email protected]>
- Loading branch information