Updated PyTorch OSS benchmark infra (markdown)

Huy Do
2025-06-13 15:06:35 -07:00
parent c0238c336d
commit aaa17bd2da

@ -263,8 +263,8 @@ params = {
"metrics": ["speedup"],
# OPTIONAL: Filter the benchmark results by device, i.e. cuda, and arch, i.e. H100
"device": "",
"arch": "",
"device": "cuda",
"arch": "H100",
# OPTIONAL: Use this when you only care about the benchmark results from a specific branch and commit
"branch": "",