bichle commited on
Commit
9dfdf1a
·
verified ·
1 Parent(s): c1f8b88

Update src/benchmark_utils.py

Browse files
Files changed (1) hide show
  1. src/benchmark_utils.py +1 -1
src/benchmark_utils.py CHANGED
@@ -1,7 +1,7 @@
1
  import pandas as pd
2
  import streamlit as st
3
 
4
- @st.cache_data
5
  def load_leaderboard(file_path="data/results_df_all_tuned.csv"):
6
  """
7
  Tải và xử lý file CSV chứa kết quả leaderboard của các mô hình.
 
1
  import pandas as pd
2
  import streamlit as st
3
 
4
+ @st.cache_data(hash_funcs={pd.DataFrame: lambda _: None})
5
  def load_leaderboard(file_path="data/results_df_all_tuned.csv"):
6
  """
7
  Tải và xử lý file CSV chứa kết quả leaderboard của các mô hình.