Update app.py
Browse files
app.py
CHANGED
@@ -63,14 +63,14 @@ with demo:
|
|
63 |
hardware_type=config.hardware_type,
|
64 |
)
|
65 |
####################### LEADERBOARD TAB #######################
|
66 |
-
with gr.TabItem("Leaderboard π
", id=0):
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
with gr.TabItem("Find Your Best Model π§", id=1):
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
###################### ATTENTIONS SPEEDUP TAB #######################
|
75 |
# with gr.TabItem("Attention π", id=2):
|
76 |
# attn_prefill_plot, attn_decode_plot = create_attn_plots(
|
|
|
63 |
hardware_type=config.hardware_type,
|
64 |
)
|
65 |
####################### LEADERBOARD TAB #######################
|
66 |
+
# with gr.TabItem("Leaderboard π
", id=0):
|
67 |
+
# search_bar, columns_checkboxes, leaderboard_table = (
|
68 |
+
# create_leaderboard_table(open_llm_perf_df)
|
69 |
+
# )
|
70 |
+
# with gr.TabItem("Find Your Best Model π§", id=1):
|
71 |
+
# lat_score_mem_plot = create_lat_score_mem_plot(
|
72 |
+
# open_llm_perf_df
|
73 |
+
# )
|
74 |
###################### ATTENTIONS SPEEDUP TAB #######################
|
75 |
# with gr.TabItem("Attention π", id=2):
|
76 |
# attn_prefill_plot, attn_decode_plot = create_attn_plots(
|