storage
storage copied to clipboard
Add support for standalone checkpoint benchmark
Checkpointing is a critical piece of AI/ML and there are frequently systems deployed solely to hold checkpoints.
I have a basic PoC for running a checkpoint here: https://github.com/wvaske/checkpoint_bench/blob/main/do_checkpoints.py
What features and options do we need to include?