We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 099c046 commit 808a7b6Copy full SHA for 808a7b6
vllm/benchmarks/serve.py
@@ -665,7 +665,7 @@ def save_to_pytorch_benchmark_format(args: argparse.Namespace,
665
pt_records = convert_to_pytorch_benchmark_format(
666
args=args,
667
metrics={k: [results[k]]
668
- for k in metrics},
+ for k in metrics if k in results},
669
extra_info={
670
k: results[k]
671
for k in results if k not in metrics and k not in ignored_metrics
0 commit comments