diff --git a/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx b/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx index 13fb9e8506..763fee376b 100644 --- a/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx +++ b/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx @@ -135,10 +135,9 @@ function Report({ : undefined, }} workflowName={ - DISPLAY_NAMES_TO_WORKFLOW_NAMES[deviceName] ?? - (dashboard === "torchao" + dashboard === "torchao" ? "Torchao nightly workflow (A100)".toLowerCase() - : "inductor-A100-perf-nightly") + : DISPLAY_NAMES_TO_WORKFLOW_NAMES[deviceName] } >