File tree Expand file tree Collapse file tree
python/cuvs_bench/cuvs_bench/run Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#
2- # Copyright (c) 2024, NVIDIA CORPORATION.
2+ # Copyright (c) 2024-2025 , NVIDIA CORPORATION.
33#
44# Licensed under the Apache License, Version 2.0 (the "License");
55# you may not use this file except in compliance with the License.
112112@click .option (
113113 "-m" ,
114114 "--search-mode" ,
115+ type = click .Choice (["latency" , "throughput" ], case_sensitive = False ),
115116 default = "latency" ,
116117 show_default = True ,
117118 prompt = 'Enter the search mode ("latency" or "throughput")' ,
135136 "--dry-run" ,
136137 is_flag = True ,
137138 help = "Dry-run mode will convert the yaml config for the specified "
138- "algorithms and datasets to the json format that’ s consumed "
139+ "algorithms and datasets to the json format that' s consumed "
139140 "by the lower-level c++ binaries and then print the command to "
140141 "run execute the benchmarks but will not actually execute "
141142 "the command." ,
You can’t perform that action at this time.
0 commit comments