File python-safetensors.changes of Package python-safetensors
-------------------------------------------------------------------
Tue Jul 8 08:54:20 UTC 2025 - Christian Goll <cgoll@suse.com>
- Updated to v0.6.0 with following changes:
* Biggest changes
Added support for FP4/FP6
https://www.opencompute.org/documents/ocp-microscaling-formats-mx-v1-0-spec-final-pdf
Support is still nascent in most frameworks (will require torch 2.8 which
isn't released yet, and that will only support fp4 with caveats), however
being an openspec supported by hardware manufacturers (and therefore
hardware support most likely), it fits the bill of implementing it in
safetensors (rather than all custom quantized formats existing in the wild
in various frameworks.
- changes frm v0.5.x
* Using abi3, python 3.8
* Memory map as private pure copy.
-------------------------------------------------------------------
Fri Dec 6 04:42:20 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.4.5:
* Use id rather than modelId
* fix lifetimes, add tensors iterator
* Fixing empty serialization (no tensor) with some metadata.
* Upgrading Pyo3 0.22 (with gil-refs)
* Improving the bf16 tests for PT+TF.
* Add support for xla devices
* Improving bf16 tests
* Fixing zero-width tensor for in memory loading.
* Respects torch.device(0) new behavior without breaking backward
compatibility
* Forcing empty list/empty tuple behavior.
- Run most of the testsuite.
- Switch to cargo-vendor to generate the vendor tarball.
-------------------------------------------------------------------
Fri Aug 23 19:18:25 UTC 2024 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- switch to modern python on sle15
-------------------------------------------------------------------
Fri Aug 23 16:21:44 UTC 2024 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Fixed Summary description indentation and capitalization
-------------------------------------------------------------------
Thu Jul 4 12:20:35 UTC 2024 - Christian Goll <cgoll@suse.com>
- initial commit of python-safetensors