BenchmarkBot commited on
Commit
34186ca
β€’
1 Parent(s): d775ce8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def get_benchmark_df(benchmark):
31
  llm_perf_dataset_repo.git_pull()
32
 
33
  # load
34
- df = pd.read_csv(f"llm-perf-dataset/reports/{benchmark}/inference_report.csv")
35
  # preprocess
36
  df["model"] = df["model"].apply(make_clickable_model)
37
  # filter
 
31
  llm_perf_dataset_repo.git_pull()
32
 
33
  # load
34
+ df = pd.read_csv(f"./llm-perf-dataset/reports/{benchmark}/inference_report.csv")
35
  # preprocess
36
  df["model"] = df["model"].apply(make_clickable_model)
37
  # filter