keepsake icon indicating copy to clipboard operation
keepsake copied to clipboard

Speed up experiment delete

Open andreasjansson opened this issue 4 years ago • 0 comments

When deleting experiments, we currently iterate through all checkpoints sequentially to delete saved tarballs. This is slow for experiments with lots of checkpoints. We should parallelize this.

See also https://github.com/replicate/replicate/issues/332

andreasjansson avatar Nov 12 '20 22:11 andreasjansson