Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,23 +55,23 @@ with demo:
|
|
| 55 |
hardware_type=config.hardware_type,
|
| 56 |
hardware_provider=config.hardware_provider,
|
| 57 |
)
|
| 58 |
-
####################### HARDWARE SUBTABS #######################
|
| 59 |
-
with gr.Tabs(elem_classes="subtabs"):
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
|
| 76 |
|
| 77 |
# ####################### CONTROL CALLBACK #######################
|
|
|
|
| 55 |
hardware_type=config.hardware_type,
|
| 56 |
hardware_provider=config.hardware_provider,
|
| 57 |
)
|
| 58 |
+
# ####################### HARDWARE SUBTABS #######################
|
| 59 |
+
# with gr.Tabs(elem_classes="subtabs"):
|
| 60 |
+
# open_llm_perf_df = get_llm_perf_df(
|
| 61 |
+
# machine=config.machine,
|
| 62 |
+
# subsets=config.subsets,
|
| 63 |
+
# backends=config.backends,
|
| 64 |
+
# hardware_type=config.hardware_type,
|
| 65 |
+
# )
|
| 66 |
+
# ####################### LEADERBOARD TAB #######################
|
| 67 |
+
# with gr.TabItem("Leaderboard 🏅", id=0):
|
| 68 |
+
# search_bar, columns_checkboxes, leaderboard_table = (
|
| 69 |
+
# create_leaderboard_table(open_llm_perf_df)
|
| 70 |
+
# )
|
| 71 |
+
# with gr.TabItem("Find Your Best Model 🧭", id=1):
|
| 72 |
+
# lat_score_mem_plot = create_lat_score_mem_plot(
|
| 73 |
+
# open_llm_perf_df
|
| 74 |
+
# )
|
| 75 |
|
| 76 |
|
| 77 |
# ####################### CONTROL CALLBACK #######################
|