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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -401,6 +401,7 @@ def merge_loop():
401
 
402
  # Sample two models
403
  dir_path = "~/.cache/huggingface/hub"
 
404
  print(f"Total size: {human_readable_size(get_size(dir_path))}")
405
  sample = df.sample(n=2)
406
  models = [sample.iloc[i] for i in range(2)]
 
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)
407
  models = [sample.iloc[i] for i in range(2)]