Source: safetensors Section: python Homepage: https://github.com/huggingface/safetensors Priority: optional Standards-Version: 4.7.0 Vcs-Git: https://salsa.debian.org/deeplearning-team/safetensors.git Vcs-Browser: https://salsa.debian.org/deeplearning-team/safetensors Maintainer: Debian Deep Learning Team Uploaders: Mo Zhou Build-Depends: debhelper-compat (= 13), python3-all-dev, python3-all, dh-python, python3-setuptools-rust, pybuild-plugin-pyproject, rustc, cargo, python3-maturin, librust-memmap2-dev, librust-criterion-dev, librust-proptest-dev, librust-serde-dev, librust-serde-json-dev, librust-pyo3-dev, Package: python3-safetensors Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}, Description: Simple, safe way to store and distribute tensors Safetensors is a new simple format for storing tensors safely (as opposed to pickle) and that is still fast (zero-copy). Safetensors is really fast.