Pith. sign in

REVIEW 2 cited by

FastPersist: Accelerating Model Checkpointing in Deep Learning

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2406.13768 v1 pith:452H5F3R submitted 2024-06-19 cs.DC cs.AIcs.LGcs.PF

classification cs.DCcs.AIcs.LGcs.PF
keywords trainingfastpersistcheckpointingcheckpointsfastercheckpointdeeplearning
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Model checkpoints are critical Deep Learning (DL) artifacts that enable fault tolerance for training and downstream applications, such as inference. However, writing checkpoints to persistent storage, and other I/O aspects of DL training, are mostly ignored by compute-focused optimization efforts for faster training of rapidly growing models and datasets. Towards addressing this imbalance, we propose FastPersist to accelerate checkpoint creation in DL training. FastPersist combines three novel techniques: (i) NVMe optimizations for faster checkpoint writes to SSDs, (ii) efficient write parallelism using the available SSDs in training environments, and (iii) overlapping checkpointing with independent training computations. Our evaluation using real world dense and sparse DL models shows that FastPersist creates checkpoints in persistent storage up to 116x faster than baseline, and enables per-iteration checkpointing with negligible overhead.

Discussion (0). Sign in to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. PHOENIX: Resilient LLM Training with Hot-Swapping via Zero-Overhead Checkpoint

    cs.LG 2026-07 unverdicted novelty 6.0 of 10

    PHOENIX recovers permanent node failures in LLM training via hot-swapping of spares using zero-overhead per-step in-memory optimizer-state replication, finishing recovery in under 40 s on up to 512 GPUs.

  2. DataStates-LLM: Scalable Checkpointing for Transformer Models Using Composable State Providers

    cs.DC 2026-01 conditional novelty 6.0 of 10

    DataStates-LLM hides LLM checkpointing overhead by lazily copying immutable weights during forward/backward passes and streaming heterogeneous shards to storage via composable state providers, cutting end-to-end train...

Pith tools