From c0238c336dd0cbe94f127be52d4de0536dc69bf3 Mon Sep 17 00:00:00 2001 From: Huy Do Date: Fri, 13 Jun 2025 14:30:53 -0700 Subject: [PATCH] Updated PyTorch OSS benchmark infra (markdown) --- PyTorch-OSS-benchmark-infra.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyTorch-OSS-benchmark-infra.md b/PyTorch-OSS-benchmark-infra.md index 2c66025..5d856fa 100644 --- a/PyTorch-OSS-benchmark-infra.md +++ b/PyTorch-OSS-benchmark-infra.md @@ -260,7 +260,7 @@ params = { # OPTIONAL: Only query benchmark results for these models. Leaving this as an empty array [] will fetch all of them "models": ["BERT_pytorch"], # OPTIONAL: Only fetch these metrics. Leaving this as an empty array [] will fetch all of them - "metrics": ["speedup"] + "metrics": ["speedup"], # OPTIONAL: Filter the benchmark results by device, i.e. cuda, and arch, i.e. H100 "device": "",