Update app.py

#2
by co42 HF staff - opened
Files changed (1) hide show
  1. app.py +10 -10
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
- 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(
 
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(