Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
divyegala committed Oct 28, 2023
1 parent 3b0a956 commit 4345124
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/raft-ann-bench/src/raft-ann-bench/run/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ def add_algo_group(group_list):
if insert_algo_group:
add_algo_group(allowed_algo_groups[1])

print(algos_conf)
executables_to_run = dict()
for algo in algos_conf.keys():
validate_algorithm(algos_yaml, algo, gpu_present)
Expand Down

0 comments on commit 4345124

Please sign in to comment.