Unverified Commit f7f9e41b authored by Ke Bao's avatar Ke Bao Committed by GitHub
Browse files

Fix run benchmark (#12473)

parent 263eab9f
......@@ -2162,6 +2162,9 @@ def run_benchmark(args_: argparse.Namespace):
if not hasattr(args, "mooncake_num_rounds"):
args.mooncake_num_rounds = 1
if not hasattr(args, "served_model_name"):
args.served_model_name = None
print(f"benchmark_args={args}")
# Set global environments
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment