hi-melnikov commited on
Commit
1f38597
1 Parent(s): 98d9ad5

Adding logging

Browse files
src/leaderboard/build_leaderboard.py CHANGED
@@ -56,7 +56,7 @@ def download_openbench():
56
  # download answers of different models that we trust
57
  download_dataset("Vikhrmodels/openbench-eval", EVAL_RESULTS_PATH)
58
 
59
- print(subprocess.run("ls src", check=False))
60
 
61
  # copy the trusted model answers to data
62
  subprocess.run(
 
56
  # download answers of different models that we trust
57
  download_dataset("Vikhrmodels/openbench-eval", EVAL_RESULTS_PATH)
58
 
59
+ logging.info(subprocess.run(f"ls {EVAL_RESULTS_PATH}", check=False))
60
 
61
  # copy the trusted model answers to data
62
  subprocess.run(