Skip to content

Commit d7b46d5

Browse files
authored
[BE] Cleanup the old torchao benchmark dashboard from TorchBench (#7034)
This is definitely not coming back. We can reuse the name of TorchAO dashboard on the benchmark running on torchao itself. Removing the old dashboard from HUD navigation bar is a good start, and there are more things to clean up here which I will follow later in a separate PR. Signed-off-by: Huy Do <[email protected]>
1 parent bd0ee9f commit d7b46d5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

torchci/components/layout/NavBar.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ function NavBar() {
9090
name: "TorchInductor",
9191
href: "/benchmark/compilers",
9292
},
93-
{
94-
name: "TorchAO",
95-
href: "/benchmark/torchao",
96-
},
9793
{
9894
name: "Triton",
9995
href: "/tritonbench/commit_view",
@@ -107,7 +103,7 @@ function NavBar() {
107103
href: "/benchmark/llms?repoName=pytorch%2Fexecutorch",
108104
},
109105
{
110-
name: "TorchAO LLMs",
106+
name: "TorchAO",
111107
href: "/benchmark/llms?repoName=pytorch%2Fao",
112108
},
113109
{

0 commit comments

Comments
 (0)