DS4SD / docling

Get your documents ready for gen AI
https://ds4sd.github.io/docling
MIT License
10.52k stars 509 forks source link

Convert model weights to safetensors format #308

Open cau-git opened 1 week ago

cau-git commented 1 week ago

We want to move from pickled objects saved by torch or torch.jit to safetensors format for the weights of docling-ibm-models. This has various advantages, such as better security, and also acts as a pre-requisite to achieve proper accelerator support across all models.