mlabonne commited on
Commit
c6e7193
·
verified ·
1 Parent(s): cfca6dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -400,7 +400,7 @@ def merge_loop():
400
  df = make_df("open-llm-leaderboard.csv", N_ROWS)
401
 
402
  # Sample two models
403
- dir_path = "~/.cache/huggingface/hub"
404
  print(f"pwd: {os.getcwd()}")
405
  print(f"Total size: {human_readable_size(get_size(dir_path))}")
406
  sample = df.sample(n=2)
 
400
  df = make_df("open-llm-leaderboard.csv", N_ROWS)
401
 
402
  # Sample two models
403
+ dir_path = "/home/"
404
  print(f"pwd: {os.getcwd()}")
405
  print(f"Total size: {human_readable_size(get_size(dir_path))}")
406
  sample = df.sample(n=2)