1
0

reset.py 201 B

1234
  1. #!/usr/bin/env python3
  2. from tinygrad.helpers import db_connection, VERSION, getenv
  3. cur = db_connection()
  4. cur.execute(f"drop table if exists process_replay_{getenv('GITHUB_RUN_ID', 'HEAD')}_{VERSION}")