HackerTrans
トップ新着トレンドコメント過去質問紹介求人

TotallyNotOla

no profile record

投稿

Show HN: Content Addressable Storage for ML Checkpoints

olamyy.github.io
2 ポイント·投稿者 TotallyNotOla·4 か月前·1 コメント

Latency Is a Curve

iop.systems
3 ポイント·投稿者 TotallyNotOla·2 年前·0 コメント

コメント

TotallyNotOla
·4 か月前·議論
ML training workflows store checkpoints as full model files, even when most of the model hasn’t changed.I wanted to see what happens if you treat checkpoints as structured objects instead of opaque blobs, and deduplicate at the tensor level.

A few things surprised me:

- Delta compression mostly doesn’t work during training (deltas can be larger than the original)

- File-level deduplication (e.g. DVC) doesn’t capture most of the redundancy

- Almost all storage savings come from exact tensor identity, not partial overlap

For things like warm-start tree models and transfer learning, this ends up working really well. Curious if anyone has seen different behavior with larger models or different chunk sizes.
TotallyNotOla
·5 年前·議論
I see it's time to update xkcd 1987. https://xkcd.com/1987/