TRAIS-Lab / dattri

`dattri` is a PyTorch library for developing, benchmarking, and deploying efficient data attribution algorithms.
https://trais-lab.github.io/dattri/
MIT License
28 stars 8 forks source link

clean up runners #41

Closed jiaqima closed 4 months ago

jiaqima commented 4 months ago

Description

Clean up files after running jobs on self-hosted runners. Otherwise the disk got filled up very quickly.

In addition, restricted all tests to 3.10 only, which also saves some space from installing multiple versions of packages.