Update app.py
#2
by
co42
HF staff
- opened
app.py
CHANGED
@@ -72,16 +72,16 @@ with demo:
|
|
72 |
lat_score_mem_plot = create_lat_score_mem_plot(
|
73 |
open_llm_perf_df
|
74 |
)
|
75 |
-
##################### ATTENTIONS SPEEDUP TAB #######################
|
76 |
-
with gr.TabItem("Attention π", id=2):
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
####################### KERNELS SPEEDUP TAB #######################
|
81 |
-
with gr.TabItem("Kernels π", id=4):
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
|
86 |
####################### CONTROL CALLBACK #######################
|
87 |
create_control_callback(
|
|
|
72 |
lat_score_mem_plot = create_lat_score_mem_plot(
|
73 |
open_llm_perf_df
|
74 |
)
|
75 |
+
# ##################### ATTENTIONS SPEEDUP TAB #######################
|
76 |
+
# with gr.TabItem("Attention π", id=2):
|
77 |
+
# attn_prefill_plot, attn_decode_plot = create_attn_plots(
|
78 |
+
# open_llm_perf_df
|
79 |
+
# )
|
80 |
+
# ####################### KERNELS SPEEDUP TAB #######################
|
81 |
+
# with gr.TabItem("Kernels π", id=4):
|
82 |
+
# quant_krnl_prefill_plot, quant_krnl_decode_plot = (
|
83 |
+
# create_quant_krnl_plots(llm_perf_df)
|
84 |
+
# )
|
85 |
|
86 |
####################### CONTROL CALLBACK #######################
|
87 |
create_control_callback(
|