Open-Harness-Leaderboard / scripts /reset_run_data.py
joelniklaus's picture
joelniklaus HF Staff
deploy: 02401dd8f99074a56436c5fc8487ac227f5c31fe (part 2)
ea2cc30 verified
Raw
History Blame Contribute Delete
99 Bytes
from harbor_hf.run_data_reset import main
if __name__ == "__main__":
raise SystemExit(main())