cleanlocks.py 414 B

12345678910111213
  1. from glob import glob
  2. import os
  3. names = [
  4. 'gsm8k-pathfinder-llama3-8b-new-mcts-8',
  5. 'gsmhard-pathfinder-llama3-8b-new-mcts-8',
  6. 'olympiadbench-pathfinder-llama3-8b-new-mcts-8',
  7. 'GAIC-pathfinder-llama3-8b-new-mcts-8',
  8. 'MATH-pathfinder-llama3-8b-new-mcts-8',
  9. 'AIME-pathfinder-llama3-8b-mcts-2'
  10. ]
  11. for name in names:
  12. os.system(f'rm {name}/jsons/*.lock')