daniehua commited on
Commit
3e97780
·
verified ·
1 Parent(s): f35d6c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -231,7 +231,7 @@ def reload_from_hub():
231
  remove_columns=dataset.column_names,
232
  )
233
  df = results.to_pandas()
234
- df = df.sort_values("E2E_RATIO", ascending=False)
235
  dataframe = df
236
  print(f"Dataframe updated, new length: {len(dataframe)}")
237
  return dataframe
@@ -243,10 +243,10 @@ def reload_from_hub():
243
  # Create Gradio interface
244
  def create_interface():
245
  global dataframe
246
- with gr.Blocks(title="AMD agent Benchmark Leaderboard") as demo:
247
- gr.Markdown("# AMD agent Benchmark Leaderboard")
248
  gr.Markdown(
249
- "Track and compare performance metrics for agent kernel benchmarks"
250
  )
251
 
252
  with gr.Tab("Leaderboard"):
 
231
  remove_columns=dataset.column_names,
232
  )
233
  df = results.to_pandas()
234
+ df = df.sort_values("THROUGHPUT_RATIO", ascending=False)
235
  dataframe = df
236
  print(f"Dataframe updated, new length: {len(dataframe)}")
237
  return dataframe
 
243
  # Create Gradio interface
244
  def create_interface():
245
  global dataframe
246
+ with gr.Blocks(title="AMD PR bounty Leaderboard for dsr1 with isl8192osl1024") as demo:
247
+ gr.Markdown("# AMD PR bounty Leaderboard for dsr1 with isl8192osl1024")
248
  gr.Markdown(
249
+ "Track and compare performance"
250
  )
251
 
252
  with gr.Tab("Leaderboard"):