|
|
|
|
|
by derefr
150 days ago
|
|
Sounds like an approach that would also work for ML model weights files — just another kind of multidimensional array with metadata. I wonder what exactly the big multi-model AI companies are doing to optimize model cold-start latency, and how much it just looks like Zarr on top of on-prem object storage. |
|
It's definitely one of many fields that see convergent evolution towards something that just looks like Zarr. In fact you can use VirtualiZarr to parse HuggingFace's "SafeTensors" format [0].
[0]: https://github.com/zarr-developers/VirtualiZarr/pull/555