Rename sglang.bench_latency to sglang.bench_one_batch (#2118)
This commit is contained in:
@@ -579,11 +579,11 @@ def run_bench_serving(
|
||||
return res
|
||||
|
||||
|
||||
def run_bench_latency(model, other_args):
|
||||
def run_bench_one_batch(model, other_args):
|
||||
command = [
|
||||
"python3",
|
||||
"-m",
|
||||
"sglang.bench_latency",
|
||||
"sglang.bench_one_batch",
|
||||
"--model-path",
|
||||
model,
|
||||
"--batch-size",
|
||||
|
||||
Reference in New Issue
Block a user